From c32006c26f91c2763fd61f81053e0bc7ee0cac56 Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 3 Jun 2026 15:22:43 -0700 Subject: [PATCH] fix: underscore required else it imagines a check --- .github/sync-repo-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index d0c8b2ec75..908068914c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -42,7 +42,7 @@ branchProtectionRules: requiresStrictStatusChecks: false # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - - "Lint" + - "lint" - "cla/google" - "snippet-bot check" # List of explicit permissions to add (additive only)