Skip to content

Commit

Permalink
chore: move codeowners and repo settings config (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 21, 2020
1 parent 27f4406 commit 9d216d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
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
requiredStatusCheckContexts:
- 'Kokoro CI'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: yoshi
permission: push
- team: yoshi-admins
permission: admin

0 comments on commit 9d216d2

Please sign in to comment.