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 213726a commit 20f2bd0Copy full SHA for 20f2bd0
.github/sync-repo-settings.yaml
@@ -28,11 +28,15 @@ 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
- - "Kokoro - Test: Binary Compatibility"
32
- - "Kokoro - Test: Java 11"
33
- - "Kokoro - Test: Java 7"
34
- - "Kokoro - Test: Java 8"
35
- - "Kokoro - Test: Linkage Monitor"
+ - "units (7)"
+ - "units (8)"
+ - "units (11)"
+ - "windows"
+ - "dependencies (8)"
36
+ - "dependencies (11)"
37
+ - "linkage-monitor"
38
+ - "lint"
39
+ - "clirr"
40
- "cla/google"
41
42
# List of explicit permissions to add (additive only)
0 commit comments