mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 22:08:48 +00:00
80 lines
2.2 KiB
JSON
80 lines
2.2 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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "WORKFLOWS",
|
|
"repositoryRuleset": {
|
|
"enforcement": "ACTIVE"
|
|
},
|
|
"parameters": {
|
|
"workflows": [
|
|
{
|
|
"path": ".github/workflows/my-required-workflow.yaml",
|
|
"repositoryId": 120519269,
|
|
"sha": null
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |