From 99f1a43262bda1f234d645449ddb93ca3c2ae4be Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 21 Mar 2022 09:50:55 -0700 Subject: [PATCH] Add v1.10 backport label, remove v1.8 backport label --- .mergify.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 65b9f3ec3..66652ae77 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -97,14 +97,6 @@ pull_request_rules: label: add: - automerge - - name: v1.8 backport - conditions: - - label=v1.8 - actions: - backport: - ignore_conflicts: true - branches: - - v1.8 - name: v1.9 backport conditions: - label=v1.9 @@ -113,6 +105,14 @@ pull_request_rules: ignore_conflicts: true branches: - v1.9 + - name: v1.10 backport + conditions: + - label=v1.10 + actions: + backport: + ignore_conflicts: true + branches: + - v1.10 commands_restrictions: # The author of copied PRs is the Mergify user.