From 348f83da14bad3e7e90ff5a58ed2cf599aa19e93 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Mon, 12 Feb 2024 06:46:39 -0500 Subject: [PATCH] try adding a required check to see if it helps (#421) --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index f340a93e..f191b87d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -143,8 +143,8 @@ branches: # Required. Require branches to be up to date before merging. strict: false # Required. The list of status checks to require in order to merge into this branch - contexts: [] - # - "core / test (ubuntu, 3.11)" + contexts: + - "core / test (ubuntu, 3.11)" # 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