From 3bafd80b5494361032fd8b5281caf182dc196305 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:33:15 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .github/mergify.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 524234b..777be90 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,4 +1,3 @@ ---- # see https://docs.mergify.com/ pull_request_rules: @@ -8,14 +7,14 @@ pull_request_rules: # - "-closed" # - "-conflict" # - "#commits-behind > 0" - - "-draft" - - "-locked" - - "-merged" - - "author != dependabot[bot]" - - "base = main" - - "branch-protection-review-decision = APPROVED" - - "label != 'not ready'" - - "#review-threads-unresolved = 0" + - -draft + - -locked + - -merged + - author != dependabot[bot] + - base = main + - github-review-decision = APPROVED + - label != 'not ready' + - '#review-threads-unresolved = 0' actions: update: @@ -42,3 +41,5 @@ pull_request_rules: actions: label: remove: [conflict] +merge_protections_settings: + reporting_method: check-runs