Set ignore_conflicts, the new mergify behaviour is worse

This commit is contained in:
Michael Vines 2020-03-05 08:44:20 -07:00
parent fd00e5cb35
commit fb2620b3a5
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pull_request_rules:
- label=v1.0
actions:
backport:
ignore_conflicts: true
branches:
- v1.0
- name: v1.1 backport
@ -33,6 +34,7 @@ pull_request_rules:
- label=v1.1
actions:
backport:
ignore_conflicts: true
branches:
- v1.1
- name: v1.2 backport
@ -41,5 +43,6 @@ pull_request_rules:
- label=v1.2
actions:
backport:
ignore_conflicts: true
branches:
- v1.2