Skip to content

Commit dc73b6c

Browse files
authored
chore: Add additional presubmit checks in sync-repo-settings. (#55)
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.
1 parent 9c4f0d1 commit dc73b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ branchProtectionRules:
3131
- "header-check"
3232
# - Add required status checks like presubmit tests
3333
- "langchain-python-sdk-pr-py313 (toolbox-testing-438616)"
34+
- "langchain-python-sdk-pr-py312 (toolbox-testing-438616)"
35+
- "langchain-python-sdk-pr-py311 (toolbox-testing-438616)"
36+
- "langchain-python-sdk-pr-py310 (toolbox-testing-438616)"
37+
- "langchain-python-sdk-pr-py39 (toolbox-testing-438616)"
3438
requiredApprovingReviewCount: 1
3539
requiresCodeOwnerReviews: true
3640
requiresStrictStatusChecks: true

0 commit comments

Comments
 (0)