From e8562f4a73243757830cf39c37212094c033e438 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Thu, 19 Sep 2024 11:58:26 +0200 Subject: [PATCH] ci(Mergify): configuration update Modify Mergify to take into accound the backport-squid tag for automated backports Signed-off-by: Teoman ONAY --- .mergify.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 4bd06e7..06db572 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,5 +1,11 @@ pull_request_rules: -# Backports + - name: backport squid + conditions: + - label=backport-squid + actions: + backport: + branches: + - squid - actions: backport: branches: @@ -26,4 +32,3 @@ commands_restrictions: conditions: - base=devel - number<0 -