Mergify: do not use strict mode (#2319)

It has the drawback of having intermediate merge commits for when
Mergify merges master before because of this, and then does not
squash-merge or rebases it when merging.
This commit is contained in:
Daniel Hahler 2018-07-25 00:38:13 +02:00 committed by GitHub
parent 522fd2b5cd
commit def50af439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ rules:
default:
protection:
required_status_checks:
strict: True
contexts:
- continuous-integration/travis-ci
- Codacy/PR Quality Review