File tree Expand file tree Collapse file tree 5 files changed +14
-60
lines changed
Expand file tree Collapse file tree 5 files changed +14
-60
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
You can’t perform that action at this time.
0 commit comments