From 81705a0680a5f7359d052b5f50b8e4280a7afdf3 Mon Sep 17 00:00:00 2001 From: Naftoli Gugenheim <98384+nafg@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:56:21 -0400 Subject: [PATCH] ci(Mergify): configuration update Signed-off-by: Naftoli Gugenheim --- .mergify.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..980eed1 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,8 @@ +pull_request_rules: + - name: Automatic merge + description: Merge when PR passes all branch protection and has label automerge + conditions: + - author=renovate[bot] + - check-success=Compile + actions: + merge: