Skip to content

Commit

Permalink
chore: add repo settings config (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Sep 18, 2020
1 parent 1543db6 commit db3e5eb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/sync-repo-settings.yaml
@@ -0,0 +1,29 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- 'Kokoro - Test: Binary Compatibility'
- 'Kokoro - Test: Code Format'
- 'Kokoro - Test: Dependencies'
- 'Kokoro - Test: Java 11'
- 'Kokoro - Test: Java 7'
- 'Kokoro - Test: Java 8'
- 'Kokoro - Test: Linkage Monitor'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
- team: yoshi-java
permission: push
- team: java-samples-reviewers
permission: push
- team: yoshi-java-admins
permission: admin
- team: yoshi-admins
permission: admin

0 comments on commit db3e5eb

Please sign in to comment.