diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 8b723e792808..6c6122782dff 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -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! @@ -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 diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 66697ee68bd9..ad651df14969 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -55356,7 +55356,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -104857,7 +104857,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.

", "type": "Boolean", "id": "boolean", "kind": "scalars", diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 8b723e792808..6c6122782dff 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -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! @@ -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 diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 66697ee68bd9..ad651df14969 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -55356,7 +55356,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -104857,7 +104857,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.

", "type": "Boolean", "id": "boolean", "kind": "scalars",