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:
parent
522fd2b5cd
commit
def50af439
|
@ -2,7 +2,6 @@ rules:
|
|||
default:
|
||||
protection:
|
||||
required_status_checks:
|
||||
strict: True
|
||||
contexts:
|
||||
- continuous-integration/travis-ci
|
||||
- Codacy/PR Quality Review
|
||||
|
|
Loading…
Reference in New Issue