Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47bb517

Browse files
authored
chore: add custom sync repo settings (#756)
1 parent acab169 commit 47bb517

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
- 'Kokoro'
13+
permissionRules:
14+
- team: actools-python
15+
permission: admin
16+
- team: actools
17+
permission: admin
18+
- team: yoshi-python
19+
permission: push
20+
- team: python-samples-owners
21+
permission: push
22+
- team: python-samples-reviewers
23+
permission: push

0 commit comments

Comments
 (0)