Skip to content
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