Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -49848,8 +49848,8 @@
"404": {
"$ref": "#/components/responses/not_found"
},
"503": {
"$ref": "#/components/responses/service_unavailable"
"500": {
"$ref": "#/components/responses/internal_error"
}
},
"x-github": {
Expand Down Expand Up @@ -49924,8 +49924,8 @@
"422": {
"description": "Unprocessable Entity"
},
"503": {
"$ref": "#/components/responses/service_unavailable"
"500": {
"$ref": "#/components/responses/internal_error"
}
},
"x-github": {
Expand Down Expand Up @@ -60738,7 +60738,7 @@
"/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list": {
"get": {
"summary": "Get pull request creation cap bypass list for a repository",
"description": "Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.\n\nOnly repository admins can view the bypass list.",
"description": "Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.\n\nOnly users with maintainer permissions can view the bypass list.",
"tags": [
"interactions"
],
Expand Down
10 changes: 5 additions & 5 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36586,8 +36586,8 @@ paths:
"$ref": "#/components/responses/code_scanning_forbidden_read"
'404':
"$ref": "#/components/responses/not_found"
'503':
"$ref": "#/components/responses/service_unavailable"
'500':
"$ref": "#/components/responses/internal_error"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
Expand Down Expand Up @@ -36640,8 +36640,8 @@ paths:
"$ref": "#/components/responses/not_found"
'422':
description: Unprocessable Entity
'503':
"$ref": "#/components/responses/service_unavailable"
'500':
"$ref": "#/components/responses/internal_error"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
Expand Down Expand Up @@ -44795,7 +44795,7 @@ paths:
repository. Users on this list can create pull requests regardless of any
configured pull request creation cap.

Only repository admins can view the bypass list.
Only users with maintainer permissions can view the bypass list.
tags:
- interactions
operationId: interactions/get-pull-request-bypass-list-for-repo
Expand Down
10 changes: 5 additions & 5 deletions descriptions/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -49775,8 +49775,8 @@
"404": {
"$ref": "#/components/responses/not_found"
},
"503": {
"$ref": "#/components/responses/service_unavailable"
"500": {
"$ref": "#/components/responses/internal_error"
}
},
"x-github": {
Expand Down Expand Up @@ -49851,8 +49851,8 @@
"422": {
"description": "Unprocessable Entity"
},
"503": {
"$ref": "#/components/responses/service_unavailable"
"500": {
"$ref": "#/components/responses/internal_error"
}
},
"x-github": {
Expand Down Expand Up @@ -60665,7 +60665,7 @@
"/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list": {
"get": {
"summary": "Get pull request creation cap bypass list for a repository",
"description": "Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.\n\nOnly repository admins can view the bypass list.",
"description": "Lists the users that are on the pull request creation cap bypass list for a\nrepository. Users on this list can create pull requests regardless of any\nconfigured pull request creation cap.\n\nOnly users with maintainer permissions can view the bypass list.",
"tags": [
"interactions"
],
Expand Down
10 changes: 5 additions & 5 deletions descriptions/api.github.com/api.github.com.2026-03-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36526,8 +36526,8 @@ paths:
"$ref": "#/components/responses/code_scanning_forbidden_read"
'404':
"$ref": "#/components/responses/not_found"
'503':
"$ref": "#/components/responses/service_unavailable"
'500':
"$ref": "#/components/responses/internal_error"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
Expand Down Expand Up @@ -36580,8 +36580,8 @@ paths:
"$ref": "#/components/responses/not_found"
'422':
description: Unprocessable Entity
'503':
"$ref": "#/components/responses/service_unavailable"
'500':
"$ref": "#/components/responses/internal_error"
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
Expand Down Expand Up @@ -44735,7 +44735,7 @@ paths:
repository. Users on this list can create pull requests regardless of any
configured pull request creation cap.

Only repository admins can view the bypass list.
Only users with maintainer permissions can view the bypass list.
tags:
- interactions
operationId: interactions/get-pull-request-bypass-list-for-repo
Expand Down
Loading