// 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"] }, "required_conversation_resolution": true, "has_required_deployments": true, "required_pull_request_reviews": { "dismiss_stale_reviews": false, "require_last_push_approval": false, "require_code_owner_reviews": false, "required_approving_review_count": 0 }, "required_signatures": false, "enforce_admins": false, "required_linear_history": false, "allow_force_pushes": false, "allow_deletions": true, "block_creations": false, "lock_branch": false, "allow_fork_syncing": false, "restrictions": null }