Skip to content

Commit cf95f8d

Browse files
authored
chore: add sync-repo-settings and exclude unit 3.7 (#287)
1 parent bee0f61 commit cf95f8d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/sync-repo-settings.yaml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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: false
9+
requiredStatusCheckContexts:
10+
- 'conventionalcommits.org'
11+
- 'cla/google'
12+
- 'docs'
13+
- 'lint'
14+
- 'unit (3.8)'
15+
- 'unit (3.9)'
16+
- 'unit (3.10)'
17+
- 'unit (3.11)'
18+
- 'unit (3.12)'
19+
- 'cover'
20+
permissionRules:
21+
- team: actools-python
22+
permission: admin
23+
- team: actools
24+
permission: admin
25+
- team: api-bigquery
26+
permission: push
27+
- team: api-bigquery-dataframe
28+
permission: push
29+
- team: yoshi-python
30+
permission: push
31+
- team: python-samples-owners
32+
permission: push
33+
- team: python-samples-reviewers
34+
permission: push

0 commit comments

Comments
 (0)