From 6e2ab45b68d4080fa60dd9394fb435989c493dec Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 13 Sep 2022 07:53:19 -0500 Subject: [PATCH] Update mergify backport actions to new version numbers v1.13 and v1.14 (#27749) --- .mergify.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 8d1479bcc4..4bd0070092 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -107,9 +107,9 @@ pull_request_rules: label: add: - automerge - - name: v1.10 feature-gate backport + - name: v1.13 feature-gate backport conditions: - - label=v1.10 + - label=v1.13 - label=feature-gate actions: backport: @@ -120,20 +120,20 @@ ubscribers')) }}" labels: - feature-gate branches: - - v1.10 - - name: v1.10 non-feature-gate backport + - v1.13 + - name: v1.13 non-feature-gate backport conditions: - - label=v1.10 + - label=v1.13 - label!=feature-gate actions: backport: assignees: *BackportAssignee ignore_conflicts: true branches: - - v1.10 - - name: v1.11 feature-gate backport + - v1.13 + - name: v1.14 feature-gate backport conditions: - - label=v1.11 + - label=v1.14 - label=feature-gate actions: backport: @@ -142,17 +142,17 @@ ubscribers')) }}" labels: - feature-gate branches: - - v1.11 - - name: v1.11 non-feature-gate backport + - v1.14 + - name: v1.14 non-feature-gate backport conditions: - - label=v1.11 + - label=v1.14 - label!=feature-gate actions: backport: assignees: *BackportAssignee ignore_conflicts: true branches: - - v1.11 + - v1.14 commands_restrictions: # The author of copied PRs is the Mergify user.