Skip to content

Commit

Permalink
[Release] Modify mergify config for backporting to 8.16 branch (#4014) (
Browse files Browse the repository at this point in the history
#4016)

(cherry picked from commit 6fe746a)

Co-authored-by: Shaunak Kashyap <[email protected]>
  • Loading branch information
mergify[bot] and ycombinator authored Oct 17, 2024
1 parent e678b30 commit fc71697
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 @@ -246,6 +246,19 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.16 branch
conditions:
- merged
- label~=^(backport-v8.16.0|backport-8.16)$
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.16"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.x branch
conditions:
- merged
Expand Down

0 comments on commit fc71697

Please sign in to comment.