|
56179 | 56179 | "id": "boolean", |
56180 | 56180 | "kind": "scalars", |
56181 | 56181 | "href": "/graphql/reference/scalars#boolean" |
| 56182 | + }, |
| 56183 | + { |
| 56184 | + "name": "requiredReviewers", |
| 56185 | + "description": "<p>This field is in beta and subject to change. A collection of reviewers and\nassociated file patterns. Each reviewer has a list of file patterns which\ndetermine the files that reviewer is required to review.</p>", |
| 56186 | + "type": "[RequiredReviewerConfiguration!]", |
| 56187 | + "id": "requiredreviewerconfiguration", |
| 56188 | + "kind": "objects", |
| 56189 | + "href": "/graphql/reference/objects#requiredreviewerconfiguration" |
56182 | 56190 | } |
56183 | 56191 | ] |
56184 | 56192 | }, |
|
70829 | 70837 | } |
70830 | 70838 | ] |
70831 | 70839 | }, |
| 70840 | + { |
| 70841 | + "name": "RequiredReviewerConfiguration", |
| 70842 | + "kind": "objects", |
| 70843 | + "id": "requiredreviewerconfiguration", |
| 70844 | + "href": "/graphql/reference/objects#requiredreviewerconfiguration", |
| 70845 | + "description": "<p>A reviewing team, and file patterns describing which files they must approve changes to.</p>", |
| 70846 | + "fields": [ |
| 70847 | + { |
| 70848 | + "name": "filePatterns", |
| 70849 | + "description": "<p>Array of file patterns. Pull requests which change matching files must be\napproved by the specified team. File patterns use fnmatch syntax.</p>", |
| 70850 | + "type": "[String!]!", |
| 70851 | + "id": "string", |
| 70852 | + "kind": "scalars", |
| 70853 | + "href": "/graphql/reference/scalars#string" |
| 70854 | + }, |
| 70855 | + { |
| 70856 | + "name": "minimumApprovals", |
| 70857 | + "description": "<p>Minimum number of approvals required from the specified team. If set to zero,\nthe team will be added to the pull request but approval is optional.</p>", |
| 70858 | + "type": "Int!", |
| 70859 | + "id": "int", |
| 70860 | + "kind": "scalars", |
| 70861 | + "href": "/graphql/reference/scalars#int" |
| 70862 | + }, |
| 70863 | + { |
| 70864 | + "name": "reviewerId", |
| 70865 | + "description": "<p>Node ID of the team which must review changes to matching files.</p>", |
| 70866 | + "type": "ID!", |
| 70867 | + "id": "id", |
| 70868 | + "kind": "scalars", |
| 70869 | + "href": "/graphql/reference/scalars#id" |
| 70870 | + } |
| 70871 | + ] |
| 70872 | + }, |
70832 | 70873 | { |
70833 | 70874 | "name": "RequiredStatusCheckDescription", |
70834 | 70875 | "kind": "objects", |
@@ -106132,6 +106173,14 @@ |
106132 | 106173 | "id": "boolean", |
106133 | 106174 | "kind": "scalars", |
106134 | 106175 | "href": "/graphql/reference/scalars#boolean" |
| 106176 | + }, |
| 106177 | + { |
| 106178 | + "name": "requiredReviewers", |
| 106179 | + "description": "<p>This argument is in beta and subject to change. A collection of reviewers and\nassociated file patterns. Each reviewer has a list of file patterns which\ndetermine the files that reviewer is required to review.</p>", |
| 106180 | + "type": "[RequiredReviewerConfigurationInput!]", |
| 106181 | + "id": "requiredreviewerconfigurationinput", |
| 106182 | + "kind": "input-objects", |
| 106183 | + "href": "/graphql/reference/input-objects#requiredreviewerconfigurationinput" |
106135 | 106184 | } |
106136 | 106185 | ] |
106137 | 106186 | }, |
@@ -107388,6 +107437,39 @@ |
107388 | 107437 | } |
107389 | 107438 | ] |
107390 | 107439 | }, |
| 107440 | + { |
| 107441 | + "name": "RequiredReviewerConfigurationInput", |
| 107442 | + "kind": "inputObjects", |
| 107443 | + "id": "requiredreviewerconfigurationinput", |
| 107444 | + "href": "/graphql/reference/input-objects#requiredreviewerconfigurationinput", |
| 107445 | + "description": "<p>A reviewing team, and file patterns describing which files they must approve changes to.</p>", |
| 107446 | + "inputFields": [ |
| 107447 | + { |
| 107448 | + "name": "filePatterns", |
| 107449 | + "description": "<p>Array of file patterns. Pull requests which change matching files must be\napproved by the specified team. File patterns use fnmatch syntax.</p>", |
| 107450 | + "type": "[String!]!", |
| 107451 | + "id": "string", |
| 107452 | + "kind": "scalars", |
| 107453 | + "href": "/graphql/reference/scalars#string" |
| 107454 | + }, |
| 107455 | + { |
| 107456 | + "name": "minimumApprovals", |
| 107457 | + "description": "<p>Minimum number of approvals required from the specified team. If set to zero,\nthe team will be added to the pull request but approval is optional.</p>", |
| 107458 | + "type": "Int!", |
| 107459 | + "id": "int", |
| 107460 | + "kind": "scalars", |
| 107461 | + "href": "/graphql/reference/scalars#int" |
| 107462 | + }, |
| 107463 | + { |
| 107464 | + "name": "reviewerId", |
| 107465 | + "description": "<p>Node ID of the team which must review changes to matching files.</p>", |
| 107466 | + "type": "ID!", |
| 107467 | + "id": "id", |
| 107468 | + "kind": "scalars", |
| 107469 | + "href": "/graphql/reference/scalars#id" |
| 107470 | + } |
| 107471 | + ] |
| 107472 | + }, |
107391 | 107473 | { |
107392 | 107474 | "name": "RequiredStatusCheckInput", |
107393 | 107475 | "kind": "inputObjects", |
|
0 commit comments