Skip to content

Commit

Permalink
Update supported backport labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 21, 2020
1 parent 48f58a8 commit ed1149c
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,35 @@ pull_request_rules:
label:
add:
- automerge
- name: v0.22 backport
- name: v0.23 backport
conditions:
- base=master
- label=v0.22
- label=v0.23
actions:
backport:
branches:
- v0.22
- name: v0.23 backport
- v0.23
- name: v1.0 backport
conditions:
- base=master
- label=v0.23
- label=v1.0
actions:
backport:
branches:
- v0.23
- name: v0.24 backport
- v1.0
- name: v1.1 backport
conditions:
- base=master
- label=v1.1
actions:
backport:
branches:
- v1.1
- name: v1.2 backport
conditions:
- base=master
- label=v0.24
- label=v1.2
actions:
backport:
branches:
- v0.24
- v1.2

0 comments on commit ed1149c

Please sign in to comment.