data/branch-protection-rules.json in neetob-0.4.19 vs data/branch-protection-rules.json in neetob-0.4.20

- old
+ new

@@ -1,11 +1,11 @@ // 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/pr: cicheck"] + "contexts": ["ci/neeto-ci/pull_request/default"] }, "required_conversation_resolution": true, "has_required_deployments": true, "required_pull_request_reviews": { "dismiss_stale_reviews": false, @@ -13,12 +13,12 @@ "require_code_owner_reviews": false, "required_approving_review_count": 0 }, "required_signatures": false, "enforce_admins": false, - "required_linear_history": false, + "required_linear_history": true, "allow_force_pushes": false, - "allow_deletions": true, + "allow_deletions": false, "block_creations": false, "lock_branch": false, "allow_fork_syncing": false, "restrictions": null }