Skip to content

Commit

Permalink
chore: add sync repo settings config (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Apr 23, 2021
1 parent 2991d98 commit 6c291f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/sync-repo-settings.yaml
@@ -0,0 +1,18 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: false
requiredStatusCheckContexts:
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: yoshi-admins
permission: admin
- team: yoshi-ruby-admins
permission: admin
- team: yoshi-ruby
permission: push

0 comments on commit 6c291f9

Please sign in to comment.