From 6c0ffdc246637d0c3105c5201b0fd16055d4cb3c Mon Sep 17 00:00:00 2001 From: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:37:47 +0200 Subject: [PATCH] ci(Mergify): configuration update Signed-off-by: null --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..fac2166 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,7 @@ +pull_request_rules: + - name: Automatic merge on approval + conditions: + - "#approved-reviews-by>=1" + actions: + merge: + method: merge