Skip to content

Commit dcd827b

Browse files
authored
chore: setup branch policy for v1 (#1575)
* chore: setup branch policy for v1 * have v1 branch protection in a separate section
1 parent ed5ae39 commit dcd827b

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
@@ -20,6 +20,23 @@ branchProtectionRules:
2020
- 'cover'
2121
- 'Kokoro presubmit'
2222
- 'Kokoro windows'
23+
- pattern: v1
24+
requiresCodeOwnerReviews: true
25+
requiresStrictStatusChecks: false
26+
requiredStatusCheckContexts:
27+
- 'OwlBot Post Processor'
28+
- 'conventionalcommits.org'
29+
- 'cla/google'
30+
- 'docs'
31+
- 'lint'
32+
- 'mypy'
33+
- 'unit (3.9)'
34+
- 'unit (3.10)'
35+
- 'unit (3.11)'
36+
- 'unit (3.12)'
37+
- 'cover'
38+
- 'Kokoro presubmit'
39+
- 'Kokoro windows'
2340
permissionRules:
2441
- team: actools-python
2542
permission: admin

0 commit comments

Comments
 (0)