Skip to content

Commit ec52caa

Browse files
authored
chore: add custom sync repo settings (#484)
No Python 3.6 support in this connector.
1 parent a858c80 commit ec52caa

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+
- 'lint'
14+
- 'unit (3.7)'
15+
- 'unit (3.8)'
16+
- 'unit (3.9)'
17+
- 'unit (3.10)'
18+
- 'cover'
19+
permissionRules:
20+
- team: actools-python
21+
permission: admin
22+
- team: actools
23+
permission: admin
24+
- team: api-bigquery
25+
permission: push
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)