We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5202a commit 25bf323Copy full SHA for 25bf323
.github/sync-repo-settings.yaml
@@ -28,11 +28,19 @@ branchProtectionRules:
28
requiresStrictStatusChecks: false
29
# List of required status check contexts that must pass for commits to be accepted to matching branches.
30
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"
40
- "Kokoro - Test: Binary Compatibility"
41
- "Kokoro - Test: Java 11"
42
- "Kokoro - Test: Java 7"
43
- "Kokoro - Test: Java 8"
- - "Kokoro - Test: Linkage Monitor"
44
- "cla/google"
45
46
# List of explicit permissions to add (additive only)
0 commit comments