diff --git a/.github/settings.yml b/.github/settings.yml index ad711b60307..84f6cee242b 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -382,7 +382,7 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: ["check (:testcontainers:check)", "check (:docs:examples:check)", "in-docker_test", "ci/circleci: minimal_core", "test"] + contexts: ["core", "check_docs_examples", "in-docker_test", "ci/circleci: minimal_core", "test"] # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: false # Prevent merge commits from being pushed to matching branches