Skip to content

Commit 85e14e3

Browse files
authored
chore: add a sync-repo-settings file (googleapis#98)
1 parent 3e98cf5 commit 85e14e3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
rebaseMergeAllowed: true
2+
squashMergeAllowed: true
3+
mergeCommitAllowed: false
4+
branchProtectionRules:
5+
- pattern: master
6+
isAdminEnforced: true
7+
requiredApprovingReviewCount: 1
8+
requiresCodeOwnerReviews: true
9+
requiresStrictStatusChecks: true
10+
permissionRules:
11+
- team: actools-python
12+
permission: admin
13+
- team: actools
14+
permission: admin
15+
- team: yoshi-python
16+
permission: push

0 commit comments

Comments
 (0)