From: Guillaume Abrioux Date: Wed, 10 Feb 2021 13:53:47 +0000 (+0100) Subject: mergify: add stable-6.0 backport configuration X-Git-Tag: v7.0.0alpha1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26acaf9eebac566d36617d5af4e79bd26c9e8e67;p=ceph-ansible.git mergify: add stable-6.0 backport configuration This adds the stable-6.0 backport configuration in mergify. Signed-off-by: Guillaume Abrioux --- diff --git a/.mergify.yml b/.mergify.yml index fa6fc056d..71377572d 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