Skip to content

Commit

Permalink
[Release] add-backport-next (elastic#28660)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored and wiwen committed Nov 1, 2021
1 parent 3d8d7ca commit 2298856
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 @@ -2,7 +2,7 @@ pull_request_rules:
- name: forward-port patches to master branch
conditions:
- merged
- label=backport-v8.0.0
- label=backport-v8.1.0
actions:
backport:
assignees:
Expand Down Expand Up @@ -163,3 +163,16 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.0 branch
conditions:
- merged
- label=backport-v8.0.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.0"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 comments on commit 2298856

Please sign in to comment.