Update mergify backport actions to new version numbers v1.14 and v1.15 (#30031)
This commit is contained in:
parent
179b406acb
commit
9780cd10c4
22
.mergify.yml
22
.mergify.yml
|
@ -117,6 +117,28 @@ ubscribers')) }}"
|
||||||
ignore_conflicts: true
|
ignore_conflicts: true
|
||||||
branches:
|
branches:
|
||||||
- v1.14
|
- 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:
|
commands_restrictions:
|
||||||
# The author of copied PRs is the Mergify user.
|
# The author of copied PRs is the Mergify user.
|
||||||
|
|
Loading…
Reference in New Issue