mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ rules:
|
||||||
default:
|
default:
|
||||||
protection:
|
protection:
|
||||||
required_status_checks:
|
required_status_checks:
|
||||||
strict: True
|
|
||||||
contexts:
|
contexts:
|
||||||
- continuous-integration/travis-ci
|
- continuous-integration/travis-ci
|
||||||
- Codacy/PR Quality Review
|
- Codacy/PR Quality Review
|
||||||
|
|
Loading…
Reference in a new issue