Skip to content

Commit

Permalink
Add backport rule for 7.17 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrc committed Dec 16, 2021
1 parent b5e9414 commit 630c288
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 630c288

Please sign in to comment.