We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2800f5a commit ed8079cCopy full SHA for ed8079c
1 file changed
synthtool/gcp/templates/node_library/.github/sync-repo-settings.yaml
@@ -0,0 +1,17 @@
1
+branchProtectionRules:
2
+ - pattern: main
3
+ isAdminEnforced: true
4
+ requiredApprovingReviewCount: 1
5
+ requiresCodeOwnerReviews: true
6
+ requiresStrictStatusChecks: false
7
+ requiredStatusCheckContexts:
8
+ - "ci/kokoro: Samples test"
9
+ - "ci/kokoro: System test"
10
+ - docs
11
+ - lint
12
+ - test ({{metadata['engine'] | int}})
13
+ - test ({{metadata['engine'] | int+2}})
14
+ - test ({{metadata['engine'] | int+4}})
15
+ - cla/google
16
+ - windows
17
+ - OwlBot Post Processor
0 commit comments