data/branch-protection-rules.json in neetob-0.1.2 vs data/branch-protection-rules.json in neetob-0.1.4
- old
+ new
@@ -1,10 +1,10 @@
// Check out the official [documentation](https://docs.github.com/en/rest/branches/branch-protection#update-branch-protection)
// by Github to know about all the available parameters or options to update different branch protection rules.
{
"required_status_checks": {
"strict": true,
- "contexts": ["ci/semaphoreci/push: cicheck"]
+ "contexts": ["ci/semaphoreci/pr: cicheck"]
},
"required_conversation_resolution": true,
"has_required_deployments": true,
"required_pull_request_reviews": {
"dismiss_stale_reviews": false,