From 63ae527aed448807ea2c8c3798d23e1632c1ae09 Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Thu, 26 Sep 2024 12:51:35 +0200 Subject: [PATCH] mergify: add backport strategy --- .mergify.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index f65a66930a..770050c079 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ queue_rules: pull_request_rules: - - name: main-automatic-merge + - name: automatic merge to main conditions: - label = "merge" - label != "do-not-merge" @@ -30,4 +30,12 @@ pull_request_rules: reason: {{queue_dequeue_reason}}. Sorry about that, but you can requeue the PR by using `@mergifyio requeue` - if you think this was a mistake. \ No newline at end of file + if you think this was a mistake. + + - name: backport PR to 0.44.0 lane + conditions: + - label = backport-44 + actions: + backport: + branches: + - "0.44.0" \ No newline at end of file