Skip to content

Commit

Permalink
Add Mergify rules for v1.16 backport (solana-labs#31875)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored May 30, 2023
1 parent a4ff9be commit f63f811
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,30 @@ pull_request_rules:
ignore_conflicts: true
branches:
- v1.14
- name: v1.16 feature-gate backport
conditions:
- label=v1.16
- label=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
labels:
- feature-gate
branches:
- v1.16
- name: v1.16 non-feature-gate backport
conditions:
- label=v1.16
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.16

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

0 comments on commit f63f811

Please sign in to comment.