Skip to content

Commit

Permalink
Update mergify config for v2.0 backport label (anza-xyz#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored Jun 24, 2024
1 parent 0d0c997 commit 650120b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ pull_request_rules:
- automerge
comment:
message: automerge label removed due to a CI failure
- name: v1.17 feature-gate backport
- name: v1.18 feature-gate backport
conditions:
- label=v1.17
- label=v1.18
- label=feature-gate
actions:
backport:
Expand All @@ -104,21 +104,21 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v1.17
- name: v1.17 non-feature-gate backport
- v1.18
- name: v1.18 non-feature-gate backport
conditions:
- label=v1.17
- label=v1.18
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.17
- name: v1.17 backport warning comment
- v1.18
- name: v1.18 backport warning comment
conditions:
- label=v1.17
- label=v1.18
actions:
comment:
message: >
Expand All @@ -129,9 +129,9 @@ pull_request_rules:
refactoring, plumbing, cleanup, etc that are not strictly
necessary to achieve the goal. Any of the latter should go only
into master and ride the normal stabilization schedule.
- name: v1.18 feature-gate backport
- name: v2.0 feature-gate backport
conditions:
- label=v1.18
- label=v2.0
- label=feature-gate
actions:
backport:
Expand All @@ -141,21 +141,21 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v1.18
- name: v1.18 non-feature-gate backport
- v2.0
- name: v2.0 non-feature-gate backport
conditions:
- label=v1.18
- label=v2.0
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.18
- name: v1.18 backport warning comment
- v2.0
- name: v2.0 backport warning comment
conditions:
- label=v1.18
- label=v2.0
actions:
comment:
message: >
Expand Down

0 comments on commit 650120b

Please sign in to comment.