Skip to content

Commit

Permalink
Update mergify backporting to 7.x and 7.13 (elastic#25196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored Apr 21, 2021
1 parent 188345d commit 7423634
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pull_request_rules:
conditions:
- merged
- base=master
- label=backport-v7.13.0
- label=backport-v7.14.0
actions:
backport:
assignees:
Expand All @@ -12,6 +12,19 @@ pull_request_rules:
- "7.x"
labels:
- "backport"
- name: backport patches to 7.13 branch
conditions:
- merged
- base=master
- label=backport-v7.13.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.13"
labels:
- "backport"
- name: backport patches to 7.12 branch
conditions:
- merged
Expand Down

0 comments on commit 7423634

Please sign in to comment.