Skip to content

ci: required check to remove Kokoro Linkage Monitor #1709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2021
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
10 changes: 9 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,19 @@ branchProtectionRules:
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "units (7)"
- "units (8)"
- "units (11)"
- "windows"
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "Kokoro - Test: Binary Compatibility"
- "Kokoro - Test: Java 11"
- "Kokoro - Test: Java 7"
- "Kokoro - Test: Java 8"
- "Kokoro - Test: Linkage Monitor"
- "cla/google"

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