Record
check-run
No description available.
record check-run {
app: nullable-integration,
check-suite: check-run-check-suite,
completed-at: string,
conclusion: check-run-conclusion-enum,
deployment: option<deployment-simple>,
details-url: string,
external-id: string,
head-sha: string,
html-url: string,
id: s32,
name: string,
node-id: string,
output: check-run-output,
pull-requests: list<pull-request-minimal>,
started-at: string,
status: create-body-status-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| app | nullable-integration | |
| check-suite | check-run-check-suite | |
| completed-at | string | |
| conclusion | check-run-conclusion-enum | |
| deployment | option<deployment-simple> | |
| details-url | string | |
| external-id | string | |
| head-sha | string | |
| html-url | string | |
| id | s32 | |
| name | string | |
| node-id | string | |
| output | check-run-output | |
| pull-requests | list<pull-request-minimal> | |
| started-at | string | |
| status | create-body-status-enum | |
| url | string |