From c761884ac68cedc83147cac8fe40697d06877405 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 19 Oct 2023 13:50:31 -0400 Subject: [PATCH] build: update the list of required status check contexts (#404) Co-authored-by: omair --- .github/sync-repo-settings.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 57b398e0..f1068589 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -11,12 +11,20 @@ branchProtectionRules: - 'unit (3.6, cpp)' - 'unit (3.7)' - 'unit (3.7, cpp)' + - 'unit (3.7, upb)' - 'unit (3.8)' - - 'unit (3.9, cpp)' + - 'unit (3.8, cpp)' + - 'unit (3.8, upb)' - 'unit (3.9)' - - 'unit (3.10, cpp)' + - 'unit (3.9, cpp)' + - 'unit (3.9, upb)' - 'unit (3.10)' + - 'unit (3.10, cpp)' + - 'unit (3.10, upb)' - 'unit (3.11)' + - 'unit (3.11, upb)' + - 'unit (3.12)' + - 'unit (3.12, upb)' - cover - OwlBot Post Processor - 'cla/google'