Skip to content

Commit eb4a795

Browse files
authored
chore(proc): make header check required (GoogleCloudPlatform#8960)
1 parent f2ed6e0 commit eb4a795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ branchProtectionRules:
55
- pattern: main
66
isAdminEnforced: true
77
requiredStatusCheckContexts:
8+
- 'cla/google'
9+
- 'header-check'
810
- 'Kokoro CI - Java 11'
911
- 'Kokoro CI - Java 17'
1012
- 'Kokoro CI - Lint'
11-
- 'cla/google'
1213
requiredApprovingReviewCount: 1
1314
requiresCodeOwnerReviews: true
1415
requiresStrictStatusChecks: false

0 commit comments

Comments
 (0)