File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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 : 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
You can’t perform that action at this time.
0 commit comments