github_check_runs

Check runs associated with GitHub commits and pull requests.

id

Primary key
Unique identifier for the row.

source_id

Foreign key
GitHub ID of the check run.

repository_id

Foreign key
ID of the GitHub repository associated with the check run.

pull_id

Foreign key
ID of the GitHub pull request associated with the check run, when available.

commit_sha

string
Git commit SHA the check run ran against.

name

string
Name of the check run.

app_name

string
Name of the GitHub App that created the check run.

status

string
Status of the check run (queued, in_progress, completed).

conclusion

string
Conclusion of the completed check run (success, failure, neutral, cancelled, timed_out, action_required, skipped, or null if not completed).

started_at

date
Timestamp when the check run started.

completed_at

date
Timestamp when the check run completed.

duration_seconds

number
Duration of the check run in seconds (completed_at - started_at).

details_url

string
URL with more details about the check run.

source_url

string
URL to the check run in GitHub.