1
0
mirror of synced 2025-12-19 18:10:59 -05:00

GraphQL schema update (#58734)

Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
docs-bot
2025-12-05 08:40:33 -08:00
committed by GitHub
parent 56f8695832
commit 59ab3392f1
5 changed files with 14 additions and 60 deletions

View File

@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>automaticCopilotCodeReviewEnabled</code> was removed from object type <code>PullRequestParameters</code></p>",
"<p>Input field <code>automaticCopilotCodeReviewEnabled</code> was removed from input object type <code>PullRequestParametersInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-12-05"
},
{
"schemaChanges": [
{

View File

@@ -41948,13 +41948,6 @@ type PullRequestParameters {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean!
"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean
"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""

View File

@@ -56182,14 +56182,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",

View File

@@ -41948,13 +41948,6 @@ type PullRequestParameters {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean!
"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean
"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""

View File

@@ -56182,14 +56182,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",