Skip to content

Commit cd241f7

Browse files
authored
chore: Set branch protection for python2 branch (googleapis#707)
1 parent 19b8b74 commit cd241f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ branchProtectionRules:
1010
- 'Kokoro'
1111
- 'cla/google'
1212
- 'Kokoro system-3.8'
13+
- pattern: python2
14+
requiresCodeOwnerReviews: true
15+
requiresStrictStatusChecks: true
16+
requiredStatusCheckContexts:
17+
- 'Kokoro'
18+
- 'cla/google'
19+
- 'Kokoro system-2.7'

0 commit comments

Comments
 (0)