From ae08fd007c0c4892163a86b8e21c1f030e797f95 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Sun, 18 Jul 2021 17:48:08 +0200 Subject: [PATCH] chore: setup mergify --- .github/mergify.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/mergify.yml diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 000000000..d68aada76 --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,10 @@ +pull_request_rules: + - name: Automatic merge on approval + conditions: + - and: + - "-draft" + - "#check-failure=0" + - "#approved-reviews-by>=1" + actions: + queue: + method: rebase