|
8547 | 8547 | "kind": "scalars", |
8548 | 8548 | "href": "/graphql/reference/scalars#string" |
8549 | 8549 | }, |
| 8550 | + { |
| 8551 | + "name": "requiredStatusChecks", |
| 8552 | + "description": "<p>List of required status checks that must pass for commits to be accepted to matching branches.</p>", |
| 8553 | + "type": "[RequiredStatusCheckDescription!]", |
| 8554 | + "id": "requiredstatuscheckdescription", |
| 8555 | + "kind": "objects", |
| 8556 | + "href": "/graphql/reference/objects#requiredstatuscheckdescription" |
| 8557 | + }, |
8550 | 8558 | { |
8551 | 8559 | "name": "requiresApprovingReviews", |
8552 | 8560 | "description": "<p>Are approving reviews required to update matching branches.</p>", |
|
52093 | 52101 | } |
52094 | 52102 | ] |
52095 | 52103 | }, |
| 52104 | + { |
| 52105 | + "name": "RequiredStatusCheckDescription", |
| 52106 | + "kind": "objects", |
| 52107 | + "id": "requiredstatuscheckdescription", |
| 52108 | + "href": "/graphql/reference/objects#requiredstatuscheckdescription", |
| 52109 | + "description": "<p>Represents a required status check for a protected branch, but not any specific run of that check.</p>", |
| 52110 | + "fields": [ |
| 52111 | + { |
| 52112 | + "name": "app", |
| 52113 | + "description": "<p>The App that must provide this status in order for it to be accepted.</p>", |
| 52114 | + "type": "App", |
| 52115 | + "id": "app", |
| 52116 | + "kind": "objects", |
| 52117 | + "href": "/graphql/reference/objects#app" |
| 52118 | + }, |
| 52119 | + { |
| 52120 | + "name": "context", |
| 52121 | + "description": "<p>The name of this status.</p>", |
| 52122 | + "type": "String!", |
| 52123 | + "id": "string", |
| 52124 | + "kind": "scalars", |
| 52125 | + "href": "/graphql/reference/scalars#string" |
| 52126 | + } |
| 52127 | + ] |
| 52128 | + }, |
52096 | 52129 | { |
52097 | 52130 | "name": "RestrictedContribution", |
52098 | 52131 | "kind": "objects", |
|
73224 | 73257 | "kind": "scalars", |
73225 | 73258 | "href": "/graphql/reference/scalars#string" |
73226 | 73259 | }, |
| 73260 | + { |
| 73261 | + "name": "requiredStatusChecks", |
| 73262 | + "description": "<p>The list of required status checks.</p>", |
| 73263 | + "type": "[RequiredStatusCheckInput!]", |
| 73264 | + "id": "requiredstatuscheckinput", |
| 73265 | + "kind": "input-objects", |
| 73266 | + "href": "/graphql/reference/input-objects#requiredstatuscheckinput" |
| 73267 | + }, |
73227 | 73268 | { |
73228 | 73269 | "name": "requiresApprovingReviews", |
73229 | 73270 | "description": "<p>Are approving reviews required to update matching branches.</p>", |
|
77316 | 77357 | } |
77317 | 77358 | ] |
77318 | 77359 | }, |
| 77360 | + { |
| 77361 | + "name": "RequiredStatusCheckInput", |
| 77362 | + "kind": "inputObjects", |
| 77363 | + "id": "requiredstatuscheckinput", |
| 77364 | + "href": "/graphql/reference/input-objects#requiredstatuscheckinput", |
| 77365 | + "description": "<p>Specifies the attributes for a new or updated required status check.</p>", |
| 77366 | + "inputFields": [ |
| 77367 | + { |
| 77368 | + "name": "appId", |
| 77369 | + "description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>", |
| 77370 | + "type": "ID", |
| 77371 | + "id": "id", |
| 77372 | + "kind": "scalars", |
| 77373 | + "href": "/graphql/reference/scalars#id" |
| 77374 | + }, |
| 77375 | + { |
| 77376 | + "name": "context", |
| 77377 | + "description": "<p>Status check context that must pass for commits to be accepted to the matching branch.</p>", |
| 77378 | + "type": "String!", |
| 77379 | + "id": "string", |
| 77380 | + "kind": "scalars", |
| 77381 | + "href": "/graphql/reference/scalars#string" |
| 77382 | + } |
| 77383 | + ] |
| 77384 | + }, |
77319 | 77385 | { |
77320 | 77386 | "name": "RerequestCheckSuiteInput", |
77321 | 77387 | "kind": "inputObjects", |
|
78429 | 78495 | "kind": "scalars", |
78430 | 78496 | "href": "/graphql/reference/scalars#string" |
78431 | 78497 | }, |
| 78498 | + { |
| 78499 | + "name": "requiredStatusChecks", |
| 78500 | + "description": "<p>The list of required status checks.</p>", |
| 78501 | + "type": "[RequiredStatusCheckInput!]", |
| 78502 | + "id": "requiredstatuscheckinput", |
| 78503 | + "kind": "input-objects", |
| 78504 | + "href": "/graphql/reference/input-objects#requiredstatuscheckinput" |
| 78505 | + }, |
78432 | 78506 | { |
78433 | 78507 | "name": "requiresApprovingReviews", |
78434 | 78508 | "description": "<p>Are approving reviews required to update matching branches.</p>", |
|
0 commit comments