Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: fix sync-repo-settings syntax (#1193)
Browse files Browse the repository at this point in the history
This should fix the required checks reverting to the Java defaults. The bot is failing to load from the malformed yaml.

The sync-repo-settings bot's syntax check should prevent this in the future.
  • Loading branch information
chingor13 committed Sep 28, 2020
1 parent 266329e commit f3c1d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/sync-repo-settings.yaml
Expand Up @@ -28,10 +28,10 @@ branchProtectionRules:
requiresStrictStatusChecks: true
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "linkage-monitor",
- "units (7)",
- "units (8)",
- "units (11)",
- "linkage-monitor"
- "units (7)"
- "units (8)"
- "units (11)"
- "cla/google"
# List of explicit permissions to add (additive only)
permissionRules:
Expand Down

0 comments on commit f3c1d3e

Please sign in to comment.