Skip to content

Commit

Permalink
Drop support for v1.0 backports, add v1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Jul 15, 2020
1 parent 20fa776 commit 21beade
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ pull_request_rules:
label:
add:
- automerge
- name: v1.0 backport
conditions:
- label=v1.0
actions:
backport:
ignore_conflicts: true
branches:
- v1.0
- name: v1.1 backport
conditions:
- label=v1.1
Expand All @@ -74,3 +66,11 @@ pull_request_rules:
ignore_conflicts: true
branches:
- v1.2
- name: v1.3 backport
conditions:
- label=v1.3
actions:
backport:
ignore_conflicts: true
branches:
- v1.3

0 comments on commit 21beade

Please sign in to comment.