diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index cd10c2adc8..4b3b7b094d 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "f9e78e4570207be7ea2c99852978038354ce1842" + "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index bafde4e8db..ac54ac4305 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -18602,7 +18602,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -19210,7 +19212,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -19753,7 +19757,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -20158,7 +20164,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -31307,7 +31313,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -123280,11 +123286,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -123642,12 +123651,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -124852,12 +124864,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -126076,12 +126091,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -127151,11 +127169,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -127532,12 +127553,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -129130,12 +129154,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -130439,12 +130466,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131858,10 +131888,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -133652,10 +133686,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -136681,10 +136719,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -138549,10 +138591,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -317703,7 +317749,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -317799,7 +317846,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 4bb0954251..10bfaeb54e 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -27542,7 +27542,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28150,7 +28152,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28693,7 +28697,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -29098,7 +29104,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -40319,7 +40325,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -133142,11 +133148,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -133504,12 +133513,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134714,12 +134726,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -135938,12 +135953,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -137013,11 +137031,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -137394,12 +137415,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -138992,12 +139016,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -140301,12 +140328,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -141720,10 +141750,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -143526,10 +143560,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -146579,10 +146617,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -148459,10 +148501,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -336799,7 +336845,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -336895,7 +336942,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index e23c0e0090..625537375d 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -27752,7 +27752,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28360,7 +28362,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28903,7 +28907,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -29308,7 +29314,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -40032,7 +40038,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -128453,11 +128459,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -128815,12 +128824,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -130025,12 +130037,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131249,12 +131264,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -132324,11 +132342,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -132705,12 +132726,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134303,12 +134327,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -135612,12 +135639,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -137031,10 +137061,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -138825,10 +138859,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -141854,10 +141892,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -143722,10 +143764,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -296001,7 +296047,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -296097,7 +296144,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json index 1d7936c1a6..6aee09361c 100644 --- a/src/rest/data/ghes-3.11-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json @@ -27776,7 +27776,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28384,7 +28386,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28927,7 +28931,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -29332,7 +29338,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -40056,7 +40062,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -128477,11 +128483,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -128839,12 +128848,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -130049,12 +130061,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131273,12 +131288,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -132348,11 +132366,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -132729,12 +132750,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134327,12 +134351,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -135636,12 +135663,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -137055,10 +137085,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -138849,10 +138883,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -141878,10 +141916,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -143746,10 +143788,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -296066,7 +296112,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -296162,7 +296209,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index 06a41a743b..6b7f21d48d 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -27776,7 +27776,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28384,7 +28386,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28927,7 +28931,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -29332,7 +29338,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -40144,7 +40150,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -128799,11 +128805,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -129161,12 +129170,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -130371,12 +130383,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131595,12 +131610,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -132670,11 +132688,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -133051,12 +133072,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134649,12 +134673,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -135958,12 +135985,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -137377,10 +137407,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -139171,10 +139205,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -142200,10 +142238,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -144068,10 +144110,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -298013,7 +298059,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -298109,7 +298156,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index e953651ee0..a1ce8dce31 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -26577,7 +26577,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -27176,7 +27178,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -27710,7 +27714,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28106,7 +28112,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -38390,7 +38396,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -126050,11 +126056,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -126412,12 +126421,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -127622,12 +127634,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -128846,12 +128861,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -129921,11 +129939,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -130302,12 +130323,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131900,12 +131924,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -133209,12 +133236,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134628,10 +134658,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -136364,10 +136398,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -139277,10 +139315,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -141087,10 +141129,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -290622,7 +290668,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -290718,7 +290765,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/data/ghes-3.9-2022-11-28/schema.json b/src/rest/data/ghes-3.9-2022-11-28/schema.json index 50b3553d7f..f55beb9f7e 100644 --- a/src/rest/data/ghes-3.9-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.9-2022-11-28/schema.json @@ -27008,7 +27008,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -27616,7 +27618,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28159,7 +28163,9 @@ "queued", "in_progress", "completed", - "waiting" + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -28564,7 +28570,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -39112,7 +39118,7 @@ }, { "name": "status", - "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested.

", + "description": "

Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub Actions can set a status of waiting, pending, or requested.

", "in": "query", "required": false, "schema": { @@ -127224,11 +127230,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "default": "queued" }, @@ -127586,12 +127595,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -128796,12 +128808,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -130020,12 +130035,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -131095,11 +131113,14 @@ "type": "string", "name": "status", "in": "body", - "description": "

The current status.

", + "description": "

The current status of the check run. Only GitHub Actions can set a status of waiting, pending, or requested.

", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ] }, { @@ -131476,12 +131497,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -133074,12 +133098,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -134383,12 +134410,15 @@ ] }, "status": { - "description": "The phase of the lifecycle that the check is currently in.", + "description": "The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.", "type": "string", "enum": [ "queued", "in_progress", - "completed" + "completed", + "waiting", + "requested", + "pending" ], "examples": [ "queued" @@ -135802,10 +135832,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -137582,10 +137616,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -140583,10 +140621,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -142437,10 +142479,14 @@ "string", "null" ], + "description": "The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.", "enum": [ "queued", "in_progress", "completed", + "waiting", + "requested", + "pending", null ], "examples": [ @@ -293318,7 +293364,8 @@ }, "hub_url": { "type": "string", - "format": "uri-template" + "format": "uri-template", + "deprecated": true }, "issue_search_url": { "type": "string", @@ -293414,7 +293461,6 @@ "followers_url", "following_url", "gists_url", - "hub_url", "issue_search_url", "issues_url", "keys_url", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index dd47a4a876..9b1edb0f9d 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -44,5 +44,5 @@ ] } }, - "sha": "f9e78e4570207be7ea2c99852978038354ce1842" + "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 6ddde1fdd8..f9573350cb 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "f9e78e4570207be7ea2c99852978038354ce1842" + "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" } \ No newline at end of file