Update mergify backport actions to new version numbers v1.14 and v1.15 (#30031)

This commit is contained in:
Will Hickey 2023-01-31 21:31:59 -06:00 committed by GitHub
parent 179b406acb
commit 9780cd10c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -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.