github_reviews
Detailed information and metrics about GitHub reviews.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - GitHub ID of the review.
-
pull_id
Foreign key - ID of the GitHub pull request for this review.
-
user_id
Foreign key - ID of the GitHub user who submitted this review.
-
repository_id
Foreign key - ID of the GitHub repository for this review.
-
review_request_id
Foreign key - ID of the GitHub review request submitted for this review.
-
state
string - String describing the current state of the GitHub review.
-
submitted
date - Date at which the review was submitted.
-
time_since_request
number - Time difference between when the review was requested and submitted.
-
comment_count
number - Count of total comments given on the GitHub review.
-
source_url
string - URL directly to the GitHub review on the pull request.