Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mergify config for v2.0 backport label #1822

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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