Sha256: 6bf8fa7676f61f80fb282d9a36749cde5657f3dbeacbedac147edfe6232d5165

Contents?: true

Size: 886 Bytes

Versions: 48

Compression:

Stored size: 886 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/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
}

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
neetob-0.4.19 data/branch-protection-rules.json
neetob-0.4.16 data/branch-protection-rules.json
neetob-0.4.15 data/branch-protection-rules.json
neetob-0.4.14 data/branch-protection-rules.json
neetob-0.4.13 data/branch-protection-rules.json
neetob-0.4.12 data/branch-protection-rules.json
neetob-0.4.11 data/branch-protection-rules.json
neetob-0.4.10 data/branch-protection-rules.json
neetob-0.4.9 data/branch-protection-rules.json
neetob-0.4.8 data/branch-protection-rules.json
neetob-0.4.7 data/branch-protection-rules.json
neetob-0.4.6 data/branch-protection-rules.json
neetob-0.4.5 data/branch-protection-rules.json
neetob-0.4.4 data/branch-protection-rules.json
neetob-ud-1.0.59 data/branch-protection-rules.json
neetob-ud-0.2.8 data/branch-protection-rules.json
neetob-ud-0.2.6 data/branch-protection-rules.json
neetob-ud-0.2.4 data/branch-protection-rules.json
neetob-ud-0.2.3 data/branch-protection-rules.json
neetob-ud-0.2.2 data/branch-protection-rules.json