We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0663c4d commit a123336Copy full SHA for a123336
1 file changed
packages/google-auth/.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