There was an error while loading. Please reload this page.
1 parent 20df24b commit 7016f69Copy full SHA for 7016f69
.github/sync-repo-settings.yaml
@@ -4,6 +4,8 @@ branchProtectionRules:
4
# Identifies the protection rule pattern. Name of the branch to be protected.
5
# Defaults to `master`
6
- pattern: master
7
+ requiresCodeOwnerReviews: true
8
+ requiresStrictStatusChecks: true
9
requiredStatusCheckContexts:
10
- 'Kokoro'
11
- 'Kokoro snippets-3.8'
@@ -13,6 +15,8 @@ branchProtectionRules:
13
15
- 'Samples - Python 3.7'
14
16
- 'Samples - Python 3.8'
17
- pattern: v3
18
19
20
21
22
0 commit comments