Record
check-suite
No description available.
record check-suite {
after: string,
app: nullable-integration,
before: string,
check-runs-url: string,
conclusion: check-suite-conclusion-enum,
created-at: string,
head-branch: string,
head-commit: simple-commit,
head-sha: string,
id: s32,
latest-check-runs-count: s32,
node-id: string,
pull-requests: list<pull-request-minimal>,
repository: minimal-repository,
rerequestable: option<bool>,
runs-rerequestable: option<bool>,
status: create-body-status-enum,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| after | string | |
| app | nullable-integration | |
| before | string | |
| check-runs-url | string | |
| conclusion | check-suite-conclusion-enum | |
| created-at | string | |
| head-branch | string | |
| head-commit | simple-commit | |
| head-sha | string | |
| id | s32 | |
| latest-check-runs-count | s32 | |
| node-id | string | |
| pull-requests | list<pull-request-minimal> | |
| repository | minimal-repository | |
| rerequestable | option<bool> | |
| runs-rerequestable | option<bool> | |
| status | create-body-status-enum | |
| updated-at | string | |
| url | string |