From: Guillaume Abrioux Date: Tue, 15 Dec 2020 08:55:23 +0000 (+0100) Subject: mergify: add configuration for 4.2z1 branch X-Git-Tag: v6.0.0alpha4~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb7dced59869cc8cd5d0f7920f86ea5d836b5ec7;p=ceph-ansible.git mergify: add configuration for 4.2z1 branch So we get backports against 4.2z1 branch (downstream related) automatically created by mergify Signed-off-by: Guillaume Abrioux --- diff --git a/.mergify.yml b/.mergify.yml index fa6fc056d..b2600824a 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: + - 4.2z1 + conditions: + - label=backport-4.2z1 + name: backport 4.2z1