Skip to content

Commit 83f338d

Browse files
committed
chore: add a sync-repo-settings file
1 parent 3e98cf5 commit 83f338d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/sync-repo-settings.yaml

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

0 commit comments

Comments
 (0)