Set ignore_conflicts, the new mergify behaviour is worse
This commit is contained in:
parent
fd00e5cb35
commit
fb2620b3a5
|
@ -25,6 +25,7 @@ pull_request_rules:
|
||||||
- label=v1.0
|
- label=v1.0
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.0
|
- v1.0
|
||||||
- name: v1.1 backport
|
- name: v1.1 backport
|
||||||
|
@ -33,6 +34,7 @@ pull_request_rules:
|
||||||
- label=v1.1
|
- label=v1.1
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.1
|
- v1.1
|
||||||
- name: v1.2 backport
|
- name: v1.2 backport
|
||||||
|
@ -41,5 +43,6 @@ pull_request_rules:
|
||||||
- label=v1.2
|
- label=v1.2
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.2
|
- v1.2
|
||||||
|
|
Loading…
Reference in New Issue