Sha256: 07ab0f837414fd87944b0150d330d5fa5761feee00f90983e43d66b11e6fe81f

Contents?: true

Size: 892 Bytes

Versions: 52

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

52 entries across 52 versions & 1 rubygems

Version Path
neetob-0.5.35 data/branch-protection-rules.json
neetob-0.5.34 data/branch-protection-rules.json
neetob-0.5.33 data/branch-protection-rules.json
neetob-0.5.32 data/branch-protection-rules.json
neetob-0.5.31 data/branch-protection-rules.json
neetob-0.5.30 data/branch-protection-rules.json
neetob-0.5.29 data/branch-protection-rules.json
neetob-0.5.28 data/branch-protection-rules.json
neetob-0.5.27 data/branch-protection-rules.json
neetob-0.5.26 data/branch-protection-rules.json
neetob-0.5.25 data/branch-protection-rules.json
neetob-0.5.24 data/branch-protection-rules.json
neetob-0.5.23 data/branch-protection-rules.json
neetob-0.5.22 data/branch-protection-rules.json
neetob-0.5.21 data/branch-protection-rules.json
neetob-0.5.20 data/branch-protection-rules.json
neetob-0.5.19 data/branch-protection-rules.json
neetob-0.5.18 data/branch-protection-rules.json
neetob-0.5.17 data/branch-protection-rules.json
neetob-0.5.16 data/branch-protection-rules.json