Skip to content

Commit

Permalink
Update mergify to 7.15 (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt authored Aug 19, 2021
1 parent 993bf33 commit 0ded23d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ pull_request_rules:
branches:
- "7.x"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 7.15 branch
conditions:
- merged
- base=master
- label=backport-7.15
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.15"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 7.14 branch
conditions:
- merged
Expand Down

0 comments on commit 0ded23d

Please sign in to comment.