From 2343396468e1b736ecaa4ceaa87a531559ac6de9 Mon Sep 17 00:00:00 2001 From: PaddyMc Date: Sat, 27 Apr 2024 10:39:42 +0100 Subject: [PATCH] chore: add v25.x backport tag to mergify github action (#8151) --- .github/mergify.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index a9cbf5ae802..a44b8752818 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -175,3 +175,11 @@ pull_request_rules: backport: branches: - v24.x + - name: backport patches to v25.x branch + conditions: + - base=main + - label=A:backport/v25.x + actions: + backport: + branches: + - v25.x