From 9a050bb630c7ddee7b2d5f67935cbff9394a96e9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:08:06 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .github/mergify.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index b534933..f8e26df 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -51,7 +51,7 @@ pull_request_rules: - "#assignee=0" actions: assign: - users: [ "mrz1836" ] + users: ["mrz1836"] # =============================================================================== # ALERTS @@ -184,17 +184,7 @@ pull_request_rules: message: | This pull request looks stale. Feel free to reopen it if you think it's a mistake. label: - add: [ "stale" ] - - # =============================================================================== - # BRANCHES - # =============================================================================== - - - name: Delete head branch after merge - conditions: - - merged - actions: - delete_head_branch: + add: ["stale"] # =============================================================================== # CONVENTION