Skip to content

Commit

Permalink
chore: add repo settings config (#2918)
Browse files Browse the repository at this point in the history
This will help keep branch protection rules up to date on a nightly basis :)
  • Loading branch information
JustinBeckwith authored Jan 20, 2021
1 parent 9974a80 commit 4f7c6d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'kokoro'
- 'conventionalcommits.org'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: actools
permission: admin

0 comments on commit 4f7c6d8

Please sign in to comment.