From e1085d5cebfce6726940f8aaeb511e563c85baf4 Mon Sep 17 00:00:00 2001 From: JC Date: Tue, 24 Dec 2024 12:14:48 -0600 Subject: [PATCH] ci: add mergify rules for release v.6.0.x --- .github/mergify.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index c2cfd0197c..9d748f877b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -55,3 +55,11 @@ pull_request_rules: backport: branches: - release/v5.1.x + - name: backport patches to v6.0.x branch + conditions: + - base=main + - label=backport/v6.0.x + actions: + backport: + branches: + - release/v6.0.x \ No newline at end of file