Skip to content

Commit 5cb2c6b

Browse files
authored
chore: temporarily add custom repo settings (#61)
1 parent 80a907f commit 5cb2c6b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
- 'docs'
13+
- 'docfx'
14+
- 'lint'
15+
- 'unit (3.6)'
16+
- 'unit (3.7)'
17+
- 'unit (3.8)'
18+
- 'unit (3.9)'
19+
- 'unit (3.10)'
20+
- 'cover'
21+
permissionRules:
22+
- team: actools-python
23+
permission: admin
24+
- team: actools
25+
permission: admin
26+
- team: yoshi-python
27+
permission: push
28+
- team: python-samples-owners
29+
permission: push
30+
- team: python-samples-reviewers
31+
permission: push

0 commit comments

Comments
 (0)