From 32790c8ea03bc2b4a4ad1c23bd39c41bfbcdc3b3 Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Fri, 7 Feb 2025 18:45:41 +0530 Subject: [PATCH] chore: Add additional presubmit checks in sync-repo-settings. This is to match with what the current set of enabled presubmit checks are in this repo. Currently we do not have the sync settings bot enabled in this repo, so we are manually setting this up in the repo settings through Github UI. --- .github/sync-repo-settings.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 3e117dd3..e64bb01e 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -31,6 +31,10 @@ branchProtectionRules: - "header-check" # - Add required status checks like presubmit tests - "langchain-python-sdk-pr-py313 (toolbox-testing-438616)" + - "langchain-python-sdk-pr-py312 (toolbox-testing-438616)" + - "langchain-python-sdk-pr-py311 (toolbox-testing-438616)" + - "langchain-python-sdk-pr-py310 (toolbox-testing-438616)" + - "langchain-python-sdk-pr-py39 (toolbox-testing-438616)" requiredApprovingReviewCount: 1 requiresCodeOwnerReviews: true requiresStrictStatusChecks: true