Sha256: 07ab0f837414fd87944b0150d330d5fa5761feee00f90983e43d66b11e6fe81f

Contents?: true

Size: 892 Bytes

Versions: 63

Compression:

Stored size: 892 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/neeto-ci/pull_request/default"]
  },
  "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": true,
  "allow_force_pushes": false,
  "allow_deletions": false,
  "block_creations": false,
  "lock_branch": false,
  "allow_fork_syncing": false,
  "restrictions": null
}

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
neetob-0.5.6 data/branch-protection-rules.json
neetob-0.5.5 data/branch-protection-rules.json
neetob-0.5.4 data/branch-protection-rules.json
neetob-0.5.3 data/branch-protection-rules.json
neetob-0.5.2 data/branch-protection-rules.json
neetob-0.5.1 data/branch-protection-rules.json
neetob-0.5.0 data/branch-protection-rules.json
neetob-0.4.37 data/branch-protection-rules.json
neetob-0.4.36 data/branch-protection-rules.json
neetob-0.4.35 data/branch-protection-rules.json
neetob-0.4.34 data/branch-protection-rules.json
neetob-0.4.33 data/branch-protection-rules.json
neetob-0.4.32 data/branch-protection-rules.json
neetob-0.4.31 data/branch-protection-rules.json
neetob-0.4.30 data/branch-protection-rules.json
neetob-0.4.28 data/branch-protection-rules.json
neetob-0.4.27 data/branch-protection-rules.json
neetob-0.4.26 data/branch-protection-rules.json
neetob-0.4.24 data/branch-protection-rules.json
neetob-0.4.23 data/branch-protection-rules.json