Skip to content

Commit

Permalink
Update check list in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Feb 28, 2024
1 parent bfb837b commit 8bec80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bec80c

Please sign in to comment.