Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ branchProtectionRules:
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "Kokoro - Test: Binary Compatibility"
- "Kokoro - Test: Java 11"
- "Kokoro - Test: Java 7"
- "Kokoro - Test: Java 8"
- "Kokoro - Test: Linkage Monitor"
- "units (7)"
- "units (8)"
- "units (11)"
- "windows"
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "cla/google"

# List of explicit permissions to add (additive only)
Expand Down