Skip to content

Commit

Permalink
fix: description updates for the check_suite event (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: Octokit Bot <octokitbot@martynus.net>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
  • Loading branch information
3 people committed Jul 14, 2022
1 parent 239f754 commit 2006fc3
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions cache/api.github.com/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -1954,8 +1954,8 @@ <h3 id="webhook-payload-object-2">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-32/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -1651,8 +1651,8 @@ <h3 id="webhook-payload-object-1">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-33/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -2016,8 +2016,8 @@ <h3 id="webhook-payload-object-2">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-34/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -2309,8 +2309,8 @@ <h3 id="webhook-payload-object-3">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-35/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -2322,8 +2322,8 @@ <h3 id="webhook-payload-object-3">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions cache/github.ae/webhook-events-and-payloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -1933,8 +1933,8 @@ <h3 id="webhook-payload-object-2">
<td><code>string</code></td>
<td>
The summary status for all check runs that are part of the check
suite. Can be <code>requested</code>, <code>in_progress</code>, or
<code>completed</code>.
suite. Can be <code>queued</code>, <code>requested</code>,
<code>in_progress</code>, or <code>completed</code>.
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/api.github.com/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3431,7 +3431,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/ghes-32/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/ghes-33/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/ghes-34/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/ghes-35/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion payload-examples/github.ae/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
},
"check_suite[status]": {
"type": "string",
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"check_suite[conclusion]": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"status": {
"type": ["string", "null"],
"enum": ["requested", "in_progress", "completed", "queued", null],
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"conclusion": {
"type": ["string", "null"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"status": {
"type": ["string", "null"],
"enum": ["requested", "in_progress", "completed", "queued", null],
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"conclusion": {
"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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"status": {
"type": ["string", "null"],
"enum": ["requested", "in_progress", "completed", "queued", null],
"description": "The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`."
"description": "The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`."
},
"conclusion": {
"type": ["string", "null"],
Expand Down
6 changes: 3 additions & 3 deletions payload-types/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ export interface CheckSuiteCompletedEvent {
*/
head_sha: string;
/**
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
*/
status: "requested" | "in_progress" | "completed" | "queued" | null;
/**
Expand Down Expand Up @@ -1500,7 +1500,7 @@ export interface CheckSuiteRequestedEvent {
*/
head_sha: string;
/**
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
*/
status: "requested" | "in_progress" | "completed" | "queued" | null;
/**
Expand Down Expand Up @@ -1556,7 +1556,7 @@ export interface CheckSuiteRerequestedEvent {
*/
head_sha: string;
/**
* The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`.
* The summary status for all check runs that are part of the check suite. Can be `queued`, `requested`, `in_progress`, or `completed`.
*/
status: "requested" | "in_progress" | "completed" | "queued" | null;
/**
Expand Down

0 comments on commit 2006fc3

Please sign in to comment.