Update mergify backport actions to new version numbers v1.13 and v1.14 (#27749)

This commit is contained in:
Will Hickey 2022-09-13 07:53:19 -05:00 committed by GitHub
parent ac1444ddb2
commit 6e2ab45b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -107,9 +107,9 @@ pull_request_rules:
label: label:
add: add:
- automerge - automerge
- name: v1.10 feature-gate backport - name: v1.13 feature-gate backport
conditions: conditions:
- label=v1.10 - label=v1.13
- label=feature-gate - label=feature-gate
actions: actions:
backport: backport:
@ -120,20 +120,20 @@ ubscribers')) }}"
labels: labels:
- feature-gate - feature-gate
branches: branches:
- v1.10 - v1.13
- name: v1.10 non-feature-gate backport - name: v1.13 non-feature-gate backport
conditions: conditions:
- label=v1.10 - label=v1.13
- label!=feature-gate - label!=feature-gate
actions: actions:
backport: backport:
assignees: *BackportAssignee assignees: *BackportAssignee
ignore_conflicts: true ignore_conflicts: true
branches: branches:
- v1.10 - v1.13
- name: v1.11 feature-gate backport - name: v1.14 feature-gate backport
conditions: conditions:
- label=v1.11 - label=v1.14
- label=feature-gate - label=feature-gate
actions: actions:
backport: backport:
@ -142,17 +142,17 @@ ubscribers')) }}"
labels: labels:
- feature-gate - feature-gate
branches: branches:
- v1.11 - v1.14
- name: v1.11 non-feature-gate backport - name: v1.14 non-feature-gate backport
conditions: conditions:
- label=v1.11 - label=v1.14
- label!=feature-gate - label!=feature-gate
actions: actions:
backport: backport:
assignees: *BackportAssignee assignees: *BackportAssignee
ignore_conflicts: true ignore_conflicts: true
branches: branches:
- v1.11 - v1.14
commands_restrictions: commands_restrictions:
# The author of copied PRs is the Mergify user. # The author of copied PRs is the Mergify user.