mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 22:58:44 +00:00
* add web_templates render tests * add ansic strip tests * move fixtures into testdata dir which is golang specific test dir name * add server/metrics tests * add recovery test * add runtime stats test
18 lines
606 B
JSON
18 lines
606 B
JSON
{
|
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection",
|
|
"required_status_checks": {
|
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks",
|
|
"strict": true,
|
|
"contexts": [
|
|
"atlantis/apply"
|
|
],
|
|
"contexts_url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts",
|
|
"checks": [
|
|
{
|
|
"context": "atlantis/apply",
|
|
"app_id": 123456
|
|
}
|
|
]
|
|
}
|
|
}
|