From e88f154dc4eac529291a5287ceb4c56d1bdeba53 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Sun, 18 Jul 2021 18:30:35 +0200 Subject: ci(Mergify): configuration update --- .github/mergify.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 78f5e3f2..4d3b7791 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -4,7 +4,14 @@ queue_rules: - "#check-failure=0" pull_request_rules: - - name: Automatic merge on approval + - name: Merge lockfile updates + conditions: + - "title=Update lockfile.json" + actions: + merge: + method: merge + + - name: Merge on approval conditions: - and: - "-draft" -- cgit v1.2.3