From 7acaabadb9284ceaaad0cb89003844dd2731ed05 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 15 Dec 2020 10:03:33 +0100 Subject: [PATCH] mergify: add mergify configuration This adds mergify configuration file on `stable-4.0` branch so we can get backports automatically created by mergify. Signed-off-by: Guillaume Abrioux --- .mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 000000000..0f2eea251 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,9 @@ +pull_request_rules: +# Backports + - actions: + backport: + branches: + - 4.2z1 + conditions: + - label=backport-4.2z1 + name: backport 4.2z1 -- 2.39.5