Merge #381
381: .github/settings.yml: disable "Require branches to be up to date before merging" r=Mic92 a=zowoq Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
commit
1ec5268ea7
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_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
|
||||
|
|
Loading…
Add table
Reference in a new issue