Skip to content

Repo sync #39537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 26, 2025
Merged
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
4 changes: 2 additions & 2 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -41303,7 +41303,7 @@ type PullRequestParameters {
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
"""
automaticCopilotCodeReviewEnabled: Boolean!

Expand Down Expand Up @@ -41344,7 +41344,7 @@ input PullRequestParametersInput {
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
"""
automaticCopilotCodeReviewEnabled: Boolean

Expand Down
4 changes: 2 additions & 2 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55356,7 +55356,7 @@
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
Expand Down Expand Up @@ -104857,7 +104857,7 @@
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
Expand Down
4 changes: 2 additions & 2 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -41303,7 +41303,7 @@ type PullRequestParameters {
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
"""
automaticCopilotCodeReviewEnabled: Boolean!

Expand Down Expand Up @@ -41344,7 +41344,7 @@ input PullRequestParametersInput {
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
"""
automaticCopilotCodeReviewEnabled: Boolean

Expand Down
4 changes: 2 additions & 2 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55356,7 +55356,7 @@
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
Expand Down Expand Up @@ -104857,7 +104857,7 @@
},
{
"name": "automaticCopilotCodeReviewEnabled",
"description": "<p>Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.</p>",
"description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
Expand Down
Loading