Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add repo settings config #479

Merged
merged 1 commit into from
Sep 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -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