Skip to content

Commit

Permalink
mergify: update backports for 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 22, 2025
1 parent ab03846 commit 84ba9fc
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 @@ -417,3 +417,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 9.0 branch
conditions:
- merged
- base=main
- label=backport-9.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "9.0"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

0 comments on commit 84ba9fc

Please sign in to comment.