Skip to content

Commit

Permalink
Update mergify backport actions for new minor version (solana-labs#33490
Browse files Browse the repository at this point in the history
)
  • Loading branch information
willhickey authored Oct 2, 2023
1 parent 8033be3 commit ae4e33e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ pull_request_rules:
- automerge
comment:
message: automerge label removed due to a CI failure
- name: v1.14 feature-gate backport
- name: v1.16 feature-gate backport
conditions:
- label=v1.14
- label=v1.16
- label=feature-gate
actions:
backport:
Expand All @@ -86,21 +86,21 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v1.14
- name: v1.14 non-feature-gate backport
- v1.16
- name: v1.16 non-feature-gate backport
conditions:
- label=v1.14
- label=v1.16
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.14
- name: v1.16 feature-gate backport
- v1.16
- name: v1.17 feature-gate backport
conditions:
- label=v1.16
- label=v1.17
- label=feature-gate
actions:
backport:
Expand All @@ -110,18 +110,18 @@ pull_request_rules:
labels:
- feature-gate
branches:
- v1.16
- name: v1.16 non-feature-gate backport
- v1.17
- name: v1.17 non-feature-gate backport
conditions:
- label=v1.16
- label=v1.17
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.16
- v1.17

commands_restrictions:
# The author of copied PRs is the Mergify user.
Expand Down

0 comments on commit ae4e33e

Please sign in to comment.