File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments