|
17432 | 17432 | } |
17433 | 17433 | ] |
17434 | 17434 | }, |
| 17435 | + { |
| 17436 | + "name": "CopilotCodeReviewParameters", |
| 17437 | + "kind": "objects", |
| 17438 | + "id": "copilotcodereviewparameters", |
| 17439 | + "href": "/graphql/reference/objects#copilotcodereviewparameters", |
| 17440 | + "description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>", |
| 17441 | + "fields": [ |
| 17442 | + { |
| 17443 | + "name": "reviewDraftPullRequests", |
| 17444 | + "description": "<p>Copilot automatically reviews draft pull requests before they are marked as ready for review.</p>", |
| 17445 | + "type": "Boolean!", |
| 17446 | + "id": "boolean", |
| 17447 | + "kind": "scalars", |
| 17448 | + "href": "/graphql/reference/scalars#boolean" |
| 17449 | + }, |
| 17450 | + { |
| 17451 | + "name": "reviewOnPush", |
| 17452 | + "description": "<p>Copilot automatically reviews each new push to the pull request.</p>", |
| 17453 | + "type": "Boolean!", |
| 17454 | + "id": "boolean", |
| 17455 | + "kind": "scalars", |
| 17456 | + "href": "/graphql/reference/scalars#boolean" |
| 17457 | + } |
| 17458 | + ] |
| 17459 | + }, |
17435 | 17460 | { |
17436 | 17461 | "name": "CopilotEndpoints", |
17437 | 17462 | "kind": "objects", |
|
92881 | 92906 | "name": "COMMIT_MESSAGE_PATTERN", |
92882 | 92907 | "description": "<p>Commit message pattern.</p>" |
92883 | 92908 | }, |
| 92909 | + { |
| 92910 | + "name": "COPILOT_CODE_REVIEW", |
| 92911 | + "description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>" |
| 92912 | + }, |
92884 | 92913 | { |
92885 | 92914 | "name": "CREATION", |
92886 | 92915 | "description": "<p>Only allow users with bypass permission to create matching refs.</p>" |
|
97143 | 97172 | "id": "committeremailpatternparameters", |
97144 | 97173 | "href": "/graphql/reference/objects#committeremailpatternparameters" |
97145 | 97174 | }, |
| 97175 | + { |
| 97176 | + "name": "CopilotCodeReviewParameters", |
| 97177 | + "id": "copilotcodereviewparameters", |
| 97178 | + "href": "/graphql/reference/objects#copilotcodereviewparameters" |
| 97179 | + }, |
97146 | 97180 | { |
97147 | 97181 | "name": "FileExtensionRestrictionParameters", |
97148 | 97182 | "id": "fileextensionrestrictionparameters", |
|
99886 | 99920 | } |
99887 | 99921 | ] |
99888 | 99922 | }, |
| 99923 | + { |
| 99924 | + "name": "CopilotCodeReviewParametersInput", |
| 99925 | + "kind": "inputObjects", |
| 99926 | + "id": "copilotcodereviewparametersinput", |
| 99927 | + "href": "/graphql/reference/input-objects#copilotcodereviewparametersinput", |
| 99928 | + "description": "<p>Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.</p>", |
| 99929 | + "inputFields": [ |
| 99930 | + { |
| 99931 | + "name": "reviewDraftPullRequests", |
| 99932 | + "description": "<p>Copilot automatically reviews draft pull requests before they are marked as ready for review.</p>", |
| 99933 | + "type": "Boolean", |
| 99934 | + "id": "boolean", |
| 99935 | + "kind": "scalars", |
| 99936 | + "href": "/graphql/reference/scalars#boolean" |
| 99937 | + }, |
| 99938 | + { |
| 99939 | + "name": "reviewOnPush", |
| 99940 | + "description": "<p>Copilot automatically reviews each new push to the pull request.</p>", |
| 99941 | + "type": "Boolean", |
| 99942 | + "id": "boolean", |
| 99943 | + "kind": "scalars", |
| 99944 | + "href": "/graphql/reference/scalars#boolean" |
| 99945 | + } |
| 99946 | + ] |
| 99947 | + }, |
99889 | 99948 | { |
99890 | 99949 | "name": "CopyProjectV2Input", |
99891 | 99950 | "kind": "inputObjects", |
@@ -107134,6 +107193,14 @@ |
107134 | 107193 | "kind": "input-objects", |
107135 | 107194 | "href": "/graphql/reference/input-objects#committeremailpatternparametersinput" |
107136 | 107195 | }, |
| 107196 | + { |
| 107197 | + "name": "copilotCodeReview", |
| 107198 | + "description": "<p>Parameters used for the <code>copilot_code_review</code> rule type.</p>", |
| 107199 | + "type": "CopilotCodeReviewParametersInput", |
| 107200 | + "id": "copilotcodereviewparametersinput", |
| 107201 | + "kind": "input-objects", |
| 107202 | + "href": "/graphql/reference/input-objects#copilotcodereviewparametersinput" |
| 107203 | + }, |
107137 | 107204 | { |
107138 | 107205 | "name": "fileExtensionRestriction", |
107139 | 107206 | "description": "<p>Parameters used for the <code>file_extension_restriction</code> rule type.</p>", |
|
0 commit comments