Sha256: c0ae4776b3e540efa4092d56a98a6c287de0d95f917a079ca6c1f7fc36127478
Contents?: true
Size: 888 Bytes
Versions: 3
Compression:
Stored size: 888 Bytes
Contents
// 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"] }, "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 }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neetob-0.1.2 | data/branch-protection-rules.json |
neetob-0.1.1 | data/branch-protection-rules.json |
neetob-0.1.0 | data/branch-protection-rules.json |