From fdd580f2b603ca29f1ef52d094ebb8016d9bdc9d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Dec 2023 20:27:23 -0500 Subject: [PATCH] ci: update required checks (#1749) * ci: update required checks * (test) remove retry from datetime_helpers path --------- Co-authored-by: Lingqing Gan --- .github/sync-repo-settings.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 220c031b2..6543d5285 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -11,10 +11,17 @@ branchProtectionRules: requiredStatusCheckContexts: - 'Kokoro' - 'Kokoro snippets-3.8' + - 'Kokoro snippets-3.12' + - 'Kokoro system-3.8' + - 'Kokoro system-3.12' - 'cla/google' - 'Samples - Lint' - 'Samples - Python 3.7' - 'Samples - Python 3.8' + - 'Samples - Python 3.9' + - 'Samples - Python 3.10' + - 'Samples - Python 3.11' + - 'Samples - Python 3.12' - pattern: v2 requiresLinearHistory: true requiresCodeOwnerReviews: true