.github/settings.yml: disable "Require branches to be up to date before merging"
this wasn't originally enabled
This commit is contained in:
parent
433613dd0e
commit
a926867baf
1 changed files with 1 additions and 1 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue