From a926867bafa98dc27c4c3a9ffe87325e356400d1 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 18 Jan 2023 13:37:24 +1000 Subject: [PATCH] .github/settings.yml: disable "Require branches to be up to date before merging" this wasn't originally enabled --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index ec26f00..a8fd339 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -124,7 +124,7 @@ branches: # Required. Require status checks to pass before merging. Set to null to disable required_status_checks: # Required. Require branches to be up to date before merging. - strict: true + strict: false # Required. The list of status checks to require in order to merge into this branch contexts: - ci/hercules/derivations