-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note: This file is not currently being used in gh-repo-config until twelvelabs/gh-repo-config#107 is fixed.
- Loading branch information
1 parent
005cc9c
commit d9e070d
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |