github_pull_commits

Details about commits in GitHub pull requests.

id

Primary key
Unique identifier for the row.

sha

string
SHA of the commit.

author_id

Foreign key
ID of the author of the commit.

pull_id

Foreign key
ID of the pull request associated with the commit.

created

date
Timestamp when the commit was created.

message

string
Commit message.

source_url

string
URL directly to the commit in GitHub.

additions

number
Number of lines added in the commit. Conditional schema (github_commit_stats).

deletions

number
Number of lines removed in the commit. Conditional schema (github_commit_stats).