Skip to content

Commit

Permalink
mergify: add 8.16 (#14394)
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
  • Loading branch information
v1v and carsonip authored Oct 18, 2024
1 parent 3da6808 commit a4371bf
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 @@ -389,3 +389,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.16 branch
conditions:
- merged
- base=main
- label=backport-8.16
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.16"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

0 comments on commit a4371bf

Please sign in to comment.