From c6b747ba2ed536c6e7caa869e270417ffaab70a8 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 25 Jul 2023 21:14:22 +0000 Subject: [PATCH] chore: Add dependencies(17) as the only required check (#1260) --- .github/sync-repo-settings.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 9f8d086d8..288eec3b4 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -5,8 +5,7 @@ branchProtectionRules: - pattern: main isAdminEnforced: true requiredStatusCheckContexts: - - dependencies (8) - - dependencies (11) + - dependencies (17) - lint - clirr - units (8)