Skip to content

Commit

Permalink
Mergify backport v2.2 (#4897)
Browse files Browse the repository at this point in the history
Update mergify config for v2.2 backport label
  • Loading branch information
willhickey authored Feb 11, 2025
1 parent 522b46d commit c0c0a6f
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 @@ -104,9 +104,9 @@ pull_request_rules:
- automerge
comment:
message: automerge label removed due to a CI failure
- name: v2.0 feature-gate backport
- name: v2.1 feature-gate backport
conditions:
- label=v2.0
- label=v2.1
- label=feature-gate
actions:
backport:
Expand All @@ -117,21 +117,21 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v2.0
- name: v2.0 non-feature-gate backport
- v2.1
- name: v2.1 non-feature-gate backport
conditions:
- label=v2.0
- label=v2.1
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v2.0
- name: v2.0 backport warning comment
- v2.1
- name: v2.1 backport warning comment
conditions:
- label=v2.0
- label=v2.1
actions:
comment:
message: >
Expand All @@ -142,9 +142,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: v2.1 feature-gate backport
- name: v2.2 feature-gate backport
conditions:
- label=v2.1
- label=v2.2
- label=feature-gate
actions:
backport:
Expand All @@ -154,21 +154,21 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v2.1
- name: v2.1 non-feature-gate backport
- v2.2
- name: v2.2 non-feature-gate backport
conditions:
- label=v2.1
- label=v2.2
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v2.1
- name: v2.1 backport warning comment
- v2.2
- name: v2.2 backport warning comment
conditions:
- label=v2.1
- label=v2.2
actions:
comment:
message: >
Expand Down

0 comments on commit c0c0a6f

Please sign in to comment.