From 6f9651f5c33cda6f9eb7b205261636c868efdb61 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:57:52 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .github/mergify.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 7dbc6e6..68ff0ca 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,4 +1,3 @@ - shared: automated_prs: &automated_prs - "author=cloudpossebot" @@ -50,11 +49,6 @@ pull_request_rules: merge: method: "squash" - - name: "delete the head branch after merge" - conditions: - - "merged" - actions: - delete_head_branch: {} - name: "ask to resolve conflict" conditions: @@ -79,5 +73,5 @@ pull_request_rules: - updated-at < 30 days ago actions: close: - message: | - This pull request looks stale. Feel free to reopen it if you think it's a mistake. \ No newline at end of file + message: |- + This pull request looks stale. Feel free to reopen it if you think it's a mistake.