From 26acaf9eebac566d36617d5af4e79bd26c9e8e67 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 10 Feb 2021 14:53:47 +0100 Subject: [PATCH] mergify: add stable-6.0 backport configuration This adds the stable-6.0 backport configuration in mergify. Signed-off-by: Guillaume Abrioux --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index fa6fc056d4..71377572d9 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -35,3 +35,10 @@ pull_request_rules: conditions: - label=backport-stable-5.0 name: backport stable-5.0 + - actions: + backport: + branches: + - stable-6.0 + conditions: + - label=backport-stable-6.0 + name: backport stable-6.0