Skip to content

Commit 2006fc3

Browse files
octokitbotOctokit Botwolfy1339
authored
fix: description updates for the check_suite event (#672)
Co-authored-by: Octokit Bot <octokitbot@martynus.net> Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
1 parent 239f754 commit 2006fc3

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

cache/api.github.com/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1954,8 +1954,8 @@ <h3 id="webhook-payload-object-2">
19541954
<td><code>string</code></td>
19551955
<td>
19561956
The summary status for all check runs that are part of the check
1957-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
1958-
<code>completed</code>.
1957+
suite. Can be <code>queued</code>, <code>requested</code>,
1958+
<code>in_progress</code>, or <code>completed</code>.
19591959
</td>
19601960
</tr>
19611961
<tr>

cache/ghes-32/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1651,8 +1651,8 @@ <h3 id="webhook-payload-object-1">
16511651
<td><code>string</code></td>
16521652
<td>
16531653
The summary status for all check runs that are part of the check
1654-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
1655-
<code>completed</code>.
1654+
suite. Can be <code>queued</code>, <code>requested</code>,
1655+
<code>in_progress</code>, or <code>completed</code>.
16561656
</td>
16571657
</tr>
16581658
<tr>

cache/ghes-33/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2016,8 +2016,8 @@ <h3 id="webhook-payload-object-2">
20162016
<td><code>string</code></td>
20172017
<td>
20182018
The summary status for all check runs that are part of the check
2019-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
2020-
<code>completed</code>.
2019+
suite. Can be <code>queued</code>, <code>requested</code>,
2020+
<code>in_progress</code>, or <code>completed</code>.
20212021
</td>
20222022
</tr>
20232023
<tr>

cache/ghes-34/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2309,8 +2309,8 @@ <h3 id="webhook-payload-object-3">
23092309
<td><code>string</code></td>
23102310
<td>
23112311
The summary status for all check runs that are part of the check
2312-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
2313-
<code>completed</code>.
2312+
suite. Can be <code>queued</code>, <code>requested</code>,
2313+
<code>in_progress</code>, or <code>completed</code>.
23142314
</td>
23152315
</tr>
23162316
<tr>

cache/ghes-35/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2322,8 +2322,8 @@ <h3 id="webhook-payload-object-3">
23222322
<td><code>string</code></td>
23232323
<td>
23242324
The summary status for all check runs that are part of the check
2325-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
2326-
<code>completed</code>.
2325+
suite. Can be <code>queued</code>, <code>requested</code>,
2326+
<code>in_progress</code>, or <code>completed</code>.
23272327
</td>
23282328
</tr>
23292329
<tr>

cache/github.ae/webhook-events-and-payloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1933,8 +1933,8 @@ <h3 id="webhook-payload-object-2">
19331933
<td><code>string</code></td>
19341934
<td>
19351935
The summary status for all check runs that are part of the check
1936-
suite. Can be <code>requested</code>, <code>in_progress</code>, or
1937-
<code>completed</code>.
1936+
suite. Can be <code>queued</code>, <code>requested</code>,
1937+
<code>in_progress</code>, or <code>completed</code>.
19381938
</td>
19391939
</tr>
19401940
<tr>

payload-examples/api.github.com/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,7 @@
34313431
},
34323432
"check_suite[status]": {
34333433
"type": "string",
3434-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
3434+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
34353435
},
34363436
"check_suite[conclusion]": {
34373437
"type": "string",

payload-examples/ghes-32/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
},
464464
"check_suite[status]": {
465465
"type": "string",
466-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
466+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
467467
},
468468
"check_suite[conclusion]": {
469469
"type": "string",

payload-examples/ghes-33/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
},
654654
"check_suite[status]": {
655655
"type": "string",
656-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
656+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
657657
},
658658
"check_suite[conclusion]": {
659659
"type": "string",

payload-examples/ghes-34/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@
17251725
},
17261726
"check_suite[status]": {
17271727
"type": "string",
1728-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
1728+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
17291729
},
17301730
"check_suite[conclusion]": {
17311731
"type": "string",

payload-examples/ghes-35/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@
17251725
},
17261726
"check_suite[status]": {
17271727
"type": "string",
1728-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
1728+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
17291729
},
17301730
"check_suite[conclusion]": {
17311731
"type": "string",

payload-examples/github.ae/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
},
14641464
"check_suite[status]": {
14651465
"type": "string",
1466-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
1466+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
14671467
},
14681468
"check_suite[conclusion]": {
14691469
"type": "string",

payload-schemas/api.github.com/check_suite/completed.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"status": {
4141
"type": ["string", "null"],
4242
"enum": ["requested", "in_progress", "completed", "queued", null],
43-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
43+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
4444
},
4545
"conclusion": {
4646
"type": ["string", "null"],

payload-schemas/api.github.com/check_suite/requested.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"status": {
4141
"type": ["string", "null"],
4242
"enum": ["requested", "in_progress", "completed", "queued", null],
43-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
43+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
4444
},
4545
"conclusion": {
4646
"description": "The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`,` neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.",

payload-schemas/api.github.com/check_suite/rerequested.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"status": {
4141
"type": ["string", "null"],
4242
"enum": ["requested", "in_progress", "completed", "queued", null],
43-
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
43+
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
4444
},
4545
"conclusion": {
4646
"type": ["string", "null"],

payload-types/schema.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ export interface CheckSuiteCompletedEvent {
14211421
*/
14221422
head_sha: string;
14231423
/**
1424-
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
1424+
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
14251425
*/
14261426
status: "requested" | "in_progress" | "completed" | "queued" | null;
14271427
/**
@@ -1500,7 +1500,7 @@ export interface CheckSuiteRequestedEvent {
15001500
*/
15011501
head_sha: string;
15021502
/**
1503-
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
1503+
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
15041504
*/
15051505
status: "requested" | "in_progress" | "completed" | "queued" | null;
15061506
/**
@@ -1556,7 +1556,7 @@ export interface CheckSuiteRerequestedEvent {
15561556
*/
15571557
head_sha: string;
15581558
/**
1559-
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
1559+
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
15601560
*/
15611561
status: "requested" | "in_progress" | "completed" | "queued" | null;
15621562
/**

0 commit comments

Comments
 (0)