Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
Per typical protocol, adds `8.18` and points `8.x` backports to `8.19` branch.
  • Loading branch information
jmikell821 authored Feb 5, 2025
1 parent 7d9a58b commit 156e385
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ pull_request_rules:
- "backport"
branches:
- "main"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.x branch
conditions:
- merged
- label=v8.18.0
- label=v8.19.0
actions:
backport:
assignees:
Expand All @@ -39,6 +39,19 @@ pull_request_rules:
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.18 branch
conditions:
- merged
- label=v8.18.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.18"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.17 branch
conditions:
- merged
Expand Down

0 comments on commit 156e385

Please sign in to comment.