Skip to content

Commit

Permalink
Add 8.17 to .mergify.yml (#14805)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Dec 3, 2024
1 parent ca299e4 commit 9aa5958
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.17 branch
conditions:
- merged
- base=main
- label=backport-8.17
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.17"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

0 comments on commit 9aa5958

Please sign in to comment.