Skip to content

Commit

Permalink
Updates conditions for the 8.0 branch (#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasha-solomon authored Dec 16, 2024
1 parent a74bc31 commit 907b8e9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,30 +260,29 @@ pull_request_rules:
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 7.17 branch
- name: backport patches to 8.0 branch
conditions:
- merged
- label=v7.17.0
- label=v8.0.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.17"
- "8.0"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.0 branch
- name: backport patches to 7.17 branch
conditions:
- merged
- base=main
- label=v8.0.0
- label=v7.17.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.0"
- "7.17"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
Expand Down

0 comments on commit 907b8e9

Please sign in to comment.