mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 22:18:43 +00:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"data": {
|
|
"repository": {
|
|
"pullRequest": {
|
|
"reviewDecision": null,
|
|
"baseRef": {
|
|
"branchProtectionRule": {
|
|
"requiredStatusChecks": []
|
|
},
|
|
"rules": {
|
|
"pageInfo": {
|
|
"endCursor": "QWERTY",
|
|
"hasNextPage": false
|
|
},
|
|
"nodes": [
|
|
{
|
|
"type": "REQUIRED_STATUS_CHECKS",
|
|
"repositoryRuleset": {
|
|
"enforcement": "ACTIVE"
|
|
},
|
|
"parameters": {
|
|
"requiredStatusChecks": [
|
|
{
|
|
"context": "atlantis/apply"
|
|
},
|
|
{
|
|
"context": "my-required-expected-check"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"commits": {
|
|
"nodes": [
|
|
{
|
|
"commit": {
|
|
"statusCheckRollup": {
|
|
"contexts": {
|
|
"pageInfo": {
|
|
"endCursor": "QWERTY",
|
|
"hasNextPage": false
|
|
},
|
|
"nodes": [
|
|
{
|
|
"__typename": "StatusContext",
|
|
"context": "atlantis/apply",
|
|
"state": "PENDING",
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"__typename": "StatusContext",
|
|
"context": "atlantis/plan",
|
|
"state": "SUCCESS",
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"__typename": "CheckRun",
|
|
"name": "my-required-expected-check",
|
|
"conclusion": "NEUTRAL",
|
|
"isRequired": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |