From 54611b6f87c1e30a21ffd1bf02f4f3f0d9a589a3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 05:13:00 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 70947cc..206ffe5 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -17,14 +17,9 @@ pull_request_rules: actions: merge: method: merge - - name: Delete head branch after merge - conditions: - - merged - actions: - delete_head_branch: {} - name: Ask to resolve conflict conditions: - conflict actions: - comment: - message: This pull request is now in conflicts. Could you fix it @{{author}}? 🙏 + comment: + message: This pull request is now in conflicts. Could you fix it @{{author}}? 🙏