8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13157f0 commit bb023f6Copy full SHA for bb023f6
.github/sync-repo-settings.yaml
@@ -0,0 +1,20 @@
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 system-3.7'
13
+ - 'Kokoro'
14
+permissionRules:
15
+ - team: actools-python
16
+ permission: admin
17
+ - team: actools
18
19
+ - team: yoshi-python
20
+ permission: push
0 commit comments