.github/settings.yml: disable "Require branches to be up to date before merging"

this wasn't originally enabled
This commit is contained in:
zowoq 2023-01-18 13:37:24 +10:00
parent 433613dd0e
commit a926867baf

View file

@ -124,7 +124,7 @@ branches:
# Required. Require status checks to pass before merging. Set to null to disable # Required. Require status checks to pass before merging. Set to null to disable
required_status_checks: required_status_checks:
# Required. Require branches to be up to date before merging. # 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 # Required. The list of status checks to require in order to merge into this branch
contexts: contexts:
- ci/hercules/derivations - ci/hercules/derivations