Skip to content

Commit

Permalink
Add backport rule for 7.17 branch (elastic#29479)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrc authored Dec 17, 2021
1 parent a0ef4d3 commit b71fc20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,19 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 7.17 branch
conditions:
- merged
- label=backport-v7.17.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.17"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.0 branch
conditions:
- merged
Expand Down

0 comments on commit b71fc20

Please sign in to comment.