From e7008386389e090c33ac5167d19669b10c405987 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Wed, 15 Sep 2021 12:43:59 +0200 Subject: [PATCH] chore: update mergify for v0.44 backports (#10146) * chore: update mergify for v0.44 backports * remove 0.43 * remove v0.39 Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> --- .mergify.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index bcc4c6da1b9a..372495a3a729 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,14 +9,14 @@ pull_request_rules: method: squash strict: true commit_message: title+body - - name: backport patches to v0.43.x branch + - name: backport patches to v0.44.x branch conditions: - base=master - - label=backport/0.43.x + - label=backport/0.44.x actions: backport: branches: - - release/v0.43.x + - release/v0.44.x - name: backport patches to v0.42.x branch conditions: - base=master @@ -25,11 +25,3 @@ pull_request_rules: backport: branches: - release/v0.42.x - - name: backport patches to v0.39.x branch - conditions: - - base=master - - label=backport/0.39.x (Launchpad) - actions: - backport: - branches: - - launchpad/backports