Skip to content

Commit

Permalink
Update .mergify.yml (#4251)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Sep 12, 2024
1 parent c3186ed commit 348d614
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 @@ -313,3 +313,16 @@ pull_request_rules:
branches:
- "8.15"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.x branch
conditions:
- merged
- label=backport-8.x
actions:
backport:
assignees:
- "{{ author }}"
labels:
- "backport"
branches:
- "8.x"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

0 comments on commit 348d614

Please sign in to comment.