Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update mergify backport actions to new version numbers v1.14 and v1.15 (
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored Feb 1, 2023
1 parent 179b406 commit 9780cd1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,28 @@ ubscribers')) }}"
ignore_conflicts: true
branches:
- v1.14
- name: v1.15 feature-gate backport
conditions:
- label=v1.15
- label=feature-gate
actions:
backport:
assignees: *BackportAssignee
ignore_conflicts: true
labels:
- feature-gate
branches:
- v1.15
- name: v1.15 non-feature-gate backport
conditions:
- label=v1.15
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
ignore_conflicts: true
branches:
- v1.15

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

0 comments on commit 9780cd1

Please sign in to comment.