8000 chore: add custom sync repo settings (#978) · nkuik/google-auth-library-python@bb023f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb023f6

Browse files
authored
chore: add custom sync repo settings (googleapis#978)
1 parent 13157f0 commit bb023f6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings
2+
# Rules for main branch protection
3+
branchProtectionRules:
4+
# Identifies the protection rule pattern. Name of the branch to be protected.
5+
# Defaults to `main`
6+
- pattern: main
7+
requiresCodeOwnerReviews: true
8+
requiresStrictStatusChecks: true
9+
requiredStatusCheckContexts:
10+
- 'cla/google'
11+
- 'OwlBot Post Processor'
12+
- 'Kokoro system-3.7'
13+
- 'Kokoro'
14+
permissionRules:
15+
- team: actools-python
16+
permission: admin
17+
- team: actools
18+
permission: admin
19+
- team: yoshi-python
20+
permission: push

0 commit comments

Comments
 (0)
0