From baa30f1ced6ac8d59a2758013d3c6dd4c883b754 Mon Sep 17 00:00:00 2001 From: Theofilos Chamalis Date: Sun, 13 Feb 2022 12:09:32 +0200 Subject: [PATCH] ci(Mergify): configuration update Signed-off-by: Theofilos Chamalis --- .mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..183edb6 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,14 @@ +pull_request_rules: + - name: automatic merge for Depfu pull requests + conditions: + - author=depfu[bot] + actions: + merge: + method: merge + + - name: automatic merge for ImgBot pull requests + conditions: + - author=imgbot[bot] + actions: + merge: + method: merge \ No newline at end of file