Skip to content

Commit

Permalink
Set ignore_conflicts, the new mergify behaviour is worse
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Mar 5, 2020
1 parent fd00e5c commit fb2620b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pull_request_rules:
- label=v1.0
actions:
backport:
ignore_conflicts: true
branches:
- v1.0
- name: v1.1 backport
Expand All @@ -33,6 +34,7 @@ pull_request_rules:
- label=v1.1
actions:
backport:
ignore_conflicts: true
branches:
- v1.1
- name: v1.2 backport
Expand All @@ -41,5 +43,6 @@ pull_request_rules:
- label=v1.2
actions:
backport:
ignore_conflicts: true
branches:
- v1.2

0 comments on commit fb2620b

Please sign in to comment.