Skip to content

Commit 25bf323

Browse files
authored
ci: required check to remove Kokoro Linkage Monitor (#1709)
This adds other GitHub Actions in the repository
1 parent 0b5202a commit 25bf323

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,19 @@ branchProtectionRules:
2828
requiresStrictStatusChecks: false
2929
# List of required status check contexts that must pass for commits to be accepted to matching branches.
3030
requiredStatusCheckContexts:
31+
- "units (7)"
32+
- "units (8)"
33+
- "units (11)"
34+
- "windows"
35+
- "dependencies (8)"
36+
- "dependencies (11)"
37+
- "linkage-monitor"
38+
- "lint"
39+
- "clirr"
3140
- "Kokoro - Test: Binary Compatibility"
3241
- "Kokoro - Test: Java 11"
3342
- "Kokoro - Test: Java 7"
3443
- "Kokoro - Test: Java 8"
35-
- "Kokoro - Test: Linkage Monitor"
3644
- "cla/google"
3745

3846
# List of explicit permissions to add (additive only)

0 commit comments

Comments
 (0)