From 6e0ad906f260f524208037b575199c05155e2bb1 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:36:27 +0000 Subject: [PATCH 01/10] Update OpenAPI Description (#63350) Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/collaborators.json | 7 ++++++- src/rest/data/fpt-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/fpt-2022-11-28/pulls.json | 4 ++++ src/rest/data/fpt-2026-03-10/collaborators.json | 7 ++++++- src/rest/data/fpt-2026-03-10/commits.json | 16 ++++++++++++++++ src/rest/data/fpt-2026-03-10/pulls.json | 4 ++++ src/rest/data/ghec-2022-11-28/collaborators.json | 7 ++++++- src/rest/data/ghec-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghec-2022-11-28/pulls.json | 4 ++++ src/rest/data/ghec-2026-03-10/collaborators.json | 7 ++++++- src/rest/data/ghec-2026-03-10/commits.json | 16 ++++++++++++++++ src/rest/data/ghec-2026-03-10/pulls.json | 4 ++++ .../data/ghes-3.17-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.17-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.17-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.18-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.18-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.18-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.19-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.19-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.19-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.20-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.20-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.20-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.21-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.21-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.21-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.21-2026-03-10/collaborators.json | 4 ++++ src/rest/data/ghes-3.21-2026-03-10/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.21-2026-03-10/pulls.json | 4 ++++ .../data/ghes-3.22-2022-11-28/collaborators.json | 4 ++++ src/rest/data/ghes-3.22-2022-11-28/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.22-2022-11-28/pulls.json | 4 ++++ .../data/ghes-3.22-2026-03-10/collaborators.json | 4 ++++ src/rest/data/ghes-3.22-2026-03-10/commits.json | 16 ++++++++++++++++ src/rest/data/ghes-3.22-2026-03-10/pulls.json | 4 ++++ src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 39 files changed, 299 insertions(+), 7 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 19e352b8d5ce..15106af54316 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "2c0db91ff57dc7d0670be941320e5f7d8daa17fd" + "sha": "d4278c869e367f5d6d4e0f46878119128abba77b" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/collaborators.json b/src/rest/data/fpt-2022-11-28/collaborators.json index 61552800219b..09f78ceaa27c 100644 --- a/src/rest/data/fpt-2022-11-28/collaborators.json +++ b/src/rest/data/fpt-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -404,7 +405,7 @@ { "type": "string", "name": "permission", - "description": "
The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, triage_plus, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5425,6 +5433,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7519,6 +7531,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/fpt-2022-11-28/pulls.json b/src/rest/data/fpt-2022-11-28/pulls.json index cbdf113807fc..4c4c5bd92c0c 100644 --- a/src/rest/data/fpt-2022-11-28/pulls.json +++ b/src/rest/data/fpt-2022-11-28/pulls.json @@ -11481,6 +11481,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/fpt-2026-03-10/collaborators.json b/src/rest/data/fpt-2026-03-10/collaborators.json index dceebc59e75a..a2e5bd405b9f 100644 --- a/src/rest/data/fpt-2026-03-10/collaborators.json +++ b/src/rest/data/fpt-2026-03-10/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -404,7 +405,7 @@ { "type": "string", "name": "permission", - "description": "The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, triage_plus, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5267,6 +5275,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7361,6 +7373,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/fpt-2026-03-10/pulls.json b/src/rest/data/fpt-2026-03-10/pulls.json index 60cb2a4380ec..f5d18950d17c 100644 --- a/src/rest/data/fpt-2026-03-10/pulls.json +++ b/src/rest/data/fpt-2026-03-10/pulls.json @@ -10965,6 +10965,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghec-2022-11-28/collaborators.json b/src/rest/data/ghec-2022-11-28/collaborators.json index d5e7273db9c4..8a84b0bed7e4 100644 --- a/src/rest/data/ghec-2022-11-28/collaborators.json +++ b/src/rest/data/ghec-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -404,7 +405,7 @@ { "type": "string", "name": "permission", - "description": "The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, triage_plus, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5425,6 +5433,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7519,6 +7531,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghec-2022-11-28/pulls.json b/src/rest/data/ghec-2022-11-28/pulls.json index 46cabc008840..ee927e379b76 100644 --- a/src/rest/data/ghec-2022-11-28/pulls.json +++ b/src/rest/data/ghec-2022-11-28/pulls.json @@ -11481,6 +11481,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghec-2026-03-10/collaborators.json b/src/rest/data/ghec-2026-03-10/collaborators.json index f72ae13affae..2c469b07e714 100644 --- a/src/rest/data/ghec-2026-03-10/collaborators.json +++ b/src/rest/data/ghec-2026-03-10/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -404,7 +405,7 @@ { "type": "string", "name": "permission", - "description": "The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
The permission to grant the collaborator. Only valid on organization-owned repositories. We accept the following permissions to be set: pull, triage, triage_plus, push, maintain, admin and you can also specify a custom repository role name, if the owning organization has defined any.
Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5267,6 +5275,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7361,6 +7373,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghec-2026-03-10/pulls.json b/src/rest/data/ghec-2026-03-10/pulls.json index 42ffe61e99d4..0d7c61afb666 100644 --- a/src/rest/data/ghec-2026-03-10/pulls.json +++ b/src/rest/data/ghec-2026-03-10/pulls.json @@ -10965,6 +10965,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.17-2022-11-28/collaborators.json b/src/rest/data/ghes-3.17-2022-11-28/collaborators.json index e7591005ba2e..010c30612234 100644 --- a/src/rest/data/ghes-3.17-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.17-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1866,6 +1867,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -2996,6 +2998,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4167,6 +4170,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.17-2022-11-28/commits.json b/src/rest/data/ghes-3.17-2022-11-28/commits.json index e657c4fef0d8..6831a2fd5f8f 100644 --- a/src/rest/data/ghes-3.17-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.17-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5416,6 +5424,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7510,6 +7522,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.17-2022-11-28/pulls.json b/src/rest/data/ghes-3.17-2022-11-28/pulls.json index 389e41e39634..001af850ac5d 100644 --- a/src/rest/data/ghes-3.17-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.17-2022-11-28/pulls.json @@ -11472,6 +11472,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.18-2022-11-28/collaborators.json b/src/rest/data/ghes-3.18-2022-11-28/collaborators.json index 72e812bf6ce9..21dbf9802130 100644 --- a/src/rest/data/ghes-3.18-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.18-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1871,6 +1872,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3006,6 +3008,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4182,6 +4185,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.18-2022-11-28/commits.json b/src/rest/data/ghes-3.18-2022-11-28/commits.json index e59479fac808..4af37dfd9bd7 100644 --- a/src/rest/data/ghes-3.18-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.18-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5416,6 +5424,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7510,6 +7522,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.18-2022-11-28/pulls.json b/src/rest/data/ghes-3.18-2022-11-28/pulls.json index 29b575760e26..357a099b2978 100644 --- a/src/rest/data/ghes-3.18-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.18-2022-11-28/pulls.json @@ -11472,6 +11472,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.19-2022-11-28/collaborators.json b/src/rest/data/ghes-3.19-2022-11-28/collaborators.json index 3a7236229ab8..1292dd8d11e1 100644 --- a/src/rest/data/ghes-3.19-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.19-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1871,6 +1872,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3006,6 +3008,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4182,6 +4185,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.19-2022-11-28/commits.json b/src/rest/data/ghes-3.19-2022-11-28/commits.json index 01a35bdac26e..bf3578478cca 100644 --- a/src/rest/data/ghes-3.19-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.19-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5416,6 +5424,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7510,6 +7522,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.19-2022-11-28/pulls.json b/src/rest/data/ghes-3.19-2022-11-28/pulls.json index e1d680160749..a0dc5d96b201 100644 --- a/src/rest/data/ghes-3.19-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.19-2022-11-28/pulls.json @@ -11472,6 +11472,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.20-2022-11-28/collaborators.json b/src/rest/data/ghes-3.20-2022-11-28/collaborators.json index 5b24afd7c6b9..59be44f262e2 100644 --- a/src/rest/data/ghes-3.20-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.20-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1871,6 +1872,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3006,6 +3008,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4182,6 +4185,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.20-2022-11-28/commits.json b/src/rest/data/ghes-3.20-2022-11-28/commits.json index 3d1568167eef..8a0d95e4ca9c 100644 --- a/src/rest/data/ghes-3.20-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.20-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5416,6 +5424,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7510,6 +7522,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.20-2022-11-28/pulls.json b/src/rest/data/ghes-3.20-2022-11-28/pulls.json index 00424eb27b06..353ed580c1e7 100644 --- a/src/rest/data/ghes-3.20-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.20-2022-11-28/pulls.json @@ -11472,6 +11472,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.21-2022-11-28/collaborators.json b/src/rest/data/ghes-3.21-2022-11-28/collaborators.json index 2ae047ac41db..b2d2c9e20450 100644 --- a/src/rest/data/ghes-3.21-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.21-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1925,6 +1926,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3114,6 +3116,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4344,6 +4347,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.21-2022-11-28/commits.json b/src/rest/data/ghes-3.21-2022-11-28/commits.json index 04b70a82a55c..09f3d18e9d2e 100644 --- a/src/rest/data/ghes-3.21-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.21-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5416,6 +5424,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7510,6 +7522,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.21-2022-11-28/pulls.json b/src/rest/data/ghes-3.21-2022-11-28/pulls.json index 0b97cae409bb..b8677b0e2fed 100644 --- a/src/rest/data/ghes-3.21-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.21-2022-11-28/pulls.json @@ -11472,6 +11472,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.21-2026-03-10/collaborators.json b/src/rest/data/ghes-3.21-2026-03-10/collaborators.json index d28bbd59f469..593840f1fd77 100644 --- a/src/rest/data/ghes-3.21-2026-03-10/collaborators.json +++ b/src/rest/data/ghes-3.21-2026-03-10/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1922,6 +1923,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3108,6 +3110,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4335,6 +4338,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.21-2026-03-10/commits.json b/src/rest/data/ghes-3.21-2026-03-10/commits.json index 2468ba21c3a9..50926d8ec2a0 100644 --- a/src/rest/data/ghes-3.21-2026-03-10/commits.json +++ b/src/rest/data/ghes-3.21-2026-03-10/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5258,6 +5266,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7352,6 +7364,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.21-2026-03-10/pulls.json b/src/rest/data/ghes-3.21-2026-03-10/pulls.json index 09ab9b948d04..63134f22732a 100644 --- a/src/rest/data/ghes-3.21-2026-03-10/pulls.json +++ b/src/rest/data/ghes-3.21-2026-03-10/pulls.json @@ -10956,6 +10956,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.22-2022-11-28/collaborators.json b/src/rest/data/ghes-3.22-2022-11-28/collaborators.json index b0a4077af4d2..fac29ad4a700 100644 --- a/src/rest/data/ghes-3.22-2022-11-28/collaborators.json +++ b/src/rest/data/ghes-3.22-2022-11-28/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1934,6 +1935,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3132,6 +3134,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4371,6 +4374,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.22-2022-11-28/commits.json b/src/rest/data/ghes-3.22-2022-11-28/commits.json index 2b966b604c9c..285d0bb441a5 100644 --- a/src/rest/data/ghes-3.22-2022-11-28/commits.json +++ b/src/rest/data/ghes-3.22-2022-11-28/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5425,6 +5433,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7519,6 +7531,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.22-2022-11-28/pulls.json b/src/rest/data/ghes-3.22-2022-11-28/pulls.json index 538d8ee04c4e..3ae284dbfabe 100644 --- a/src/rest/data/ghes-3.22-2022-11-28/pulls.json +++ b/src/rest/data/ghes-3.22-2022-11-28/pulls.json @@ -11481,6 +11481,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.22-2026-03-10/collaborators.json b/src/rest/data/ghes-3.22-2026-03-10/collaborators.json index 04d38872cb68..4bb37884a4e7 100644 --- a/src/rest/data/ghes-3.22-2026-03-10/collaborators.json +++ b/src/rest/data/ghes-3.22-2026-03-10/collaborators.json @@ -51,6 +51,7 @@ "enum": [ "pull", "triage", + "triage_plus", "push", "maintain", "admin" @@ -1931,6 +1932,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -3126,6 +3128,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, @@ -4362,6 +4365,7 @@ "write", "admin", "triage", + "triage_plus", "maintain" ] }, diff --git a/src/rest/data/ghes-3.22-2026-03-10/commits.json b/src/rest/data/ghes-3.22-2026-03-10/commits.json index 787ef4b101d8..ce62d5aad21f 100644 --- a/src/rest/data/ghes-3.22-2026-03-10/commits.json +++ b/src/rest/data/ghes-3.22-2026-03-10/commits.json @@ -737,6 +737,14 @@ "httpStatusCode": "409", "description": "Conflict
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -5267,6 +5275,10 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" }, + { + "httpStatusCode": "429", + "description": "The request could not be processed due to heavy server load. Please try again.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" @@ -7361,6 +7373,10 @@ "httpStatusCode": "404", "description": "Resource not found
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/data/ghes-3.22-2026-03-10/pulls.json b/src/rest/data/ghes-3.22-2026-03-10/pulls.json index 2258ba4f6756..0fc88e94497b 100644 --- a/src/rest/data/ghes-3.22-2026-03-10/pulls.json +++ b/src/rest/data/ghes-3.22-2026-03-10/pulls.json @@ -10965,6 +10965,10 @@ "httpStatusCode": "406", "description": "Unacceptable
" }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + }, { "httpStatusCode": "500", "description": "Internal Error
" diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 9f98a8194ef1..c5102325a074 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -51,5 +51,5 @@ ] } }, - "sha": "2c0db91ff57dc7d0670be941320e5f7d8daa17fd" + "sha": "d4278c869e367f5d6d4e0f46878119128abba77b" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 5881eb8b6c96..3bbbdffbfe24 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "2c0db91ff57dc7d0670be941320e5f7d8daa17fd" + "sha": "d4278c869e367f5d6d4e0f46878119128abba77b" } \ No newline at end of file From 033f54269bd7173fc17e57fa3f2a1a22c53966d6 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:08:38 +0000 Subject: [PATCH 02/10] Fix stale references to retired Copilot models (#63354) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e057f924-a4e5-4177-9614-9a235e332a1c --- .../reference/ai-models/supported-models.md | 1 - .../cli-command-reference.md | 3 +-- .../cli-config-dir-reference.md | 4 ++-- .../copilot/model-compliance/us-models.md | 1 - .../copilot/model-deprecation-history.yml | 23 ++++++++++--------- data/variables/copilot.yml | 3 --- 6 files changed, 15 insertions(+), 20 deletions(-) diff --git a/content/copilot/reference/ai-models/supported-models.md b/content/copilot/reference/ai-models/supported-models.md index 8f789c6a0197..1aa3542ee686 100644 --- a/content/copilot/reference/ai-models/supported-models.md +++ b/content/copilot/reference/ai-models/supported-models.md @@ -126,7 +126,6 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum | {% data variables.copilot.copilot_gemini_36_flash %} | `v1.128.0` | `17.14.22` or `18.1.0` | TBD | TBD | TBD | | {% data variables.copilot.copilot_gemini_37_flash %} | `v1.128.0` | `17.14.22` or `18.1.0` | TBD | TBD | TBD | | {% data variables.copilot.copilot_gemini_38_flash %} | TBD | `17.14.22` or `18.1.0` | TBD | TBD | TBD | -| {% data variables.copilot.copilot_gpt_52_codex %} | No minimum listed | `17.14.19` or `18.0.0` | `1.5.61` | `0.45.0` | `0.13.0` | | {% data variables.copilot.copilot_gpt_53_codex %} | `v1.104.1` | `17.14.19` | `1.5.61` | `0.45.0` | `0.13.0` | | {% data variables.copilot.copilot_gpt_54 %} | `v1.104.1` | `17.14.19` | `1.5.66` | `0.47.0` | `0.15.0` | | {% data variables.copilot.copilot_gpt_54_mini %} | `v1.104.1` | `17.14.19` | `1.5.66` | `0.47.0` | `0.15.0` | diff --git a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md index 057c9e5b7fbb..3667be6847dd 100644 --- a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md +++ b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md @@ -491,7 +491,7 @@ These are the slash commands you can use from within an interactive CLI session. | `/search [QUERY]`, `/find [QUERY]` | Search the conversation timeline. | | `/security-review [PROMPT]` | Run a focused security review of active local code changes and return prioritized vulnerability findings with remediation suggestions. This command is not a full repository security audit. | | `/session [info\|checkpoints [n]\|files\|plan\|rename [NAME]\|cleanup\|prune\|delete [ID]\|delete-all]`, `/sessions [info\|checkpoints [n]\|files\|plan\|rename [NAME]\|cleanup\|prune\|delete [ID]\|delete-all]` | Show session information and manage sessions. The `info` subcommand shows session details including the session link (when available). Subcommands: `info`, `checkpoints`, `files`, `plan`, `rename`, `cleanup`, `prune`, `delete`, `delete-all`. | -| `/settings [--repo\|--local] [show KEY\|KEY\|KEY VALUE]`,