github_commit_statuses
Commit statuses associated with GitHub commits and pull requests.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - GitHub ID of the commit status.
-
repository_id
Foreign key - ID of the GitHub repository associated with the commit status.
-
pull_id
Foreign key - ID of the GitHub pull request associated with the commit status.
-
commit_sha
string - Git commit SHA the status is associated with.
-
state
string - State of the commit status (error, failure, pending, success).
-
description
string - Description provided by the status reporter.
-
context
string - Context label for the status (for example, ci/circleci).
-
target_url
string - URL with details about the status check.
-
source_url
string - API URL of the status object in GitHub.
-
created_at
date - Timestamp when the status was created in GitHub.
-
updated_at
date - Timestamp when the status was last updated in GitHub.