Skip to content

Commit

Permalink
chore: add repo settings config (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 29, 2020
1 parent 9034822 commit 55db642
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
rebaseMergeAllowed: false
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'Kokoro - Test: Binary Compatibility'
- 'Kokoro - Test: Code Format'
- 'Kokoro - Test: Dependencies'
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: Java 11'
- 'Kokoro - Test: Java 8'
- 'Kokoro - Test: Linkage Monitor'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
permissionRules:
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push

0 comments on commit 55db642

Please sign in to comment.