Skip to content

Commit 80559c7

Browse files
authored
Merge pull request #39537 from github/repo-sync
Repo sync
2 parents ae5ced1 + a43df6a commit 80559c7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41303,7 +41303,7 @@ type PullRequestParameters {
4130341303
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4130441304

4130541305
"""
41306-
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
41306+
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
4130741307
"""
4130841308
automaticCopilotCodeReviewEnabled: Boolean!
4130941309

@@ -41344,7 +41344,7 @@ input PullRequestParametersInput {
4134441344
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4134541345

4134641346
"""
41347-
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
41347+
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
4134841348
"""
4134941349
automaticCopilotCodeReviewEnabled: Boolean
4135041350

src/graphql/data/fpt/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55356,7 +55356,7 @@
5535655356
},
5535755357
{
5535855358
"name": "automaticCopilotCodeReviewEnabled",
55359-
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
55359+
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
5536055360
"type": "Boolean!",
5536155361
"id": "boolean",
5536255362
"kind": "scalars",
@@ -104857,7 +104857,7 @@
104857104857
},
104858104858
{
104859104859
"name": "automaticCopilotCodeReviewEnabled",
104860-
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
104860+
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
104861104861
"type": "Boolean",
104862104862
"id": "boolean",
104863104863
"kind": "scalars",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41303,7 +41303,7 @@ type PullRequestParameters {
4130341303
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4130441304

4130541305
"""
41306-
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
41306+
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
4130741307
"""
4130841308
automaticCopilotCodeReviewEnabled: Boolean!
4130941309

@@ -41344,7 +41344,7 @@ input PullRequestParametersInput {
4134441344
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4134541345

4134641346
"""
41347-
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
41347+
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
4134841348
"""
4134941349
automaticCopilotCodeReviewEnabled: Boolean
4135041350

src/graphql/data/ghec/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55356,7 +55356,7 @@
5535655356
},
5535755357
{
5535855358
"name": "automaticCopilotCodeReviewEnabled",
55359-
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
55359+
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
5536055360
"type": "Boolean!",
5536155361
"id": "boolean",
5536255362
"kind": "scalars",
@@ -104857,7 +104857,7 @@
104857104857
},
104858104858
{
104859104859
"name": "automaticCopilotCodeReviewEnabled",
104860-
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
104860+
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
104861104861
"type": "Boolean",
104862104862
"id": "boolean",
104863104863
"kind": "scalars",

0 commit comments

Comments
 (0)