Skip to content

Commit 59ab339

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#58734)
Co-authored-by: heiskr <[email protected]>
1 parent 56f8695 commit 59ab339

File tree

5 files changed

+14
-60
lines changed

5 files changed

+14
-60
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>automaticCopilotCodeReviewEnabled</code> was removed from object type <code>PullRequestParameters</code></p>",
8+
"<p>Input field <code>automaticCopilotCodeReviewEnabled</code> was removed from input object type <code>PullRequestParametersInput</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2025-12-05"
15+
},
216
{
317
"schemaChanges": [
418
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41948,13 +41948,6 @@ type PullRequestParameters {
4194841948
"""
4194941949
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4195041950

41951-
"""
41952-
Request Copilot code review for new pull requests automatically if the author
41953-
has access to Copilot code review and their premium requests quota has not
41954-
reached the limit.
41955-
"""
41956-
automaticCopilotCodeReviewEnabled: Boolean!
41957-
4195841951
"""
4195941952
New, reviewable commits pushed will dismiss previous pull request review approvals.
4196041953
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
4199841991
"""
4199941992
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4200041993

42001-
"""
42002-
Request Copilot code review for new pull requests automatically if the author
42003-
has access to Copilot code review and their premium requests quota has not
42004-
reached the limit.
42005-
"""
42006-
automaticCopilotCodeReviewEnabled: Boolean
42007-
4200841994
"""
4200941995
New, reviewable commits pushed will dismiss previous pull request review approvals.
4201041996
"""

src/graphql/data/fpt/schema.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56182,14 +56182,6 @@
5618256182
"kind": "enums",
5618356183
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
5618456184
},
56185-
{
56186-
"name": "automaticCopilotCodeReviewEnabled",
56187-
"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>",
56188-
"type": "Boolean!",
56189-
"id": "boolean",
56190-
"kind": "scalars",
56191-
"href": "/graphql/reference/scalars#boolean"
56192-
},
5619356185
{
5619456186
"name": "dismissStaleReviewsOnPush",
5619556187
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
106361106353
"kind": "enums",
106362106354
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
106363106355
},
106364-
{
106365-
"name": "automaticCopilotCodeReviewEnabled",
106366-
"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>",
106367-
"type": "Boolean",
106368-
"id": "boolean",
106369-
"kind": "scalars",
106370-
"href": "/graphql/reference/scalars#boolean"
106371-
},
106372106356
{
106373106357
"name": "dismissStaleReviewsOnPush",
106374106358
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41948,13 +41948,6 @@ type PullRequestParameters {
4194841948
"""
4194941949
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4195041950

41951-
"""
41952-
Request Copilot code review for new pull requests automatically if the author
41953-
has access to Copilot code review and their premium requests quota has not
41954-
reached the limit.
41955-
"""
41956-
automaticCopilotCodeReviewEnabled: Boolean!
41957-
4195841951
"""
4195941952
New, reviewable commits pushed will dismiss previous pull request review approvals.
4196041953
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
4199841991
"""
4199941992
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4200041993

42001-
"""
42002-
Request Copilot code review for new pull requests automatically if the author
42003-
has access to Copilot code review and their premium requests quota has not
42004-
reached the limit.
42005-
"""
42006-
automaticCopilotCodeReviewEnabled: Boolean
42007-
4200841994
"""
4200941995
New, reviewable commits pushed will dismiss previous pull request review approvals.
4201041996
"""

src/graphql/data/ghec/schema.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56182,14 +56182,6 @@
5618256182
"kind": "enums",
5618356183
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
5618456184
},
56185-
{
56186-
"name": "automaticCopilotCodeReviewEnabled",
56187-
"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>",
56188-
"type": "Boolean!",
56189-
"id": "boolean",
56190-
"kind": "scalars",
56191-
"href": "/graphql/reference/scalars#boolean"
56192-
},
5619356185
{
5619456186
"name": "dismissStaleReviewsOnPush",
5619556187
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
106361106353
"kind": "enums",
106362106354
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
106363106355
},
106364-
{
106365-
"name": "automaticCopilotCodeReviewEnabled",
106366-
"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>",
106367-
"type": "Boolean",
106368-
"id": "boolean",
106369-
"kind": "scalars",
106370-
"href": "/graphql/reference/scalars#boolean"
106371-
},
106372106356
{
106373106357
"name": "dismissStaleReviewsOnPush",
106374106358
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",

0 commit comments

Comments
 (0)