Skip to content

Commit

Permalink
Updates Branch Protections
Browse files Browse the repository at this point in the history
Note: This file is not currently being used in gh-repo-config until twelvelabs/gh-repo-config#107 is fixed.
  • Loading branch information
thejimbirch authored Feb 10, 2024
1 parent 005cc9c commit d9e070d
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/config/branch-protection/main.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
{
"allow_fork_syncing": false,
"allow_force_pushes": false,
"allow_deletions": false,
"allow_deletions": true,
"block_creations": false,
"enforce_admins": false,
"required_conversation_resolution": false,
"required_linear_history": true,
"lock_branch": false,
"required_conversation_resolution": true,
"required_linear_history": false,
"required_pull_request_reviews": {
"dismiss_stale_reviews": true,
"dismiss_stale_reviews": false,
"require_code_owner_reviews": true,
"required_approving_review_count": 1,
"require_last_push_approval": false
},
"required_signatures": true,
"required_signatures": false,
"required_status_checks": {
"strict": true,
"checks": []
"strict": false,
"contexts": [
"Cypress",
"Deployment",
"Lighthouse - Home",
"PHPcs",
"PHPstan",
"Pa11y",
"Rector - modules",
"Rector - themes"
],
},
"restrictions": null
}

0 comments on commit d9e070d

Please sign in to comment.