From 988bba337113ddb49818ee4988b9bfd20f7e47cf Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 25 May 2026 22:26:22 +0300 Subject: T8809: add extends: mergify central baseline + reporting_method override, preserve manual-only deviation --- .mergify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 2c67ec3..01ccd7d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,7 +1,12 @@ -# Mergify configuration — manual commands only, no automated rules. +extends: mergify +merge_protections_settings: + reporting_method: check-runs +# Local divergence: manual commands only, no automated rules. # Available commands (post in a PR comment): # @Mergifyio merge — merge the PR # @Mergifyio rebase — rebase the branch on the base branch # @Mergifyio update — update the branch (merge base into it) # @Mergifyio backport — backport to another branch +# Empty pull_request_rules overrides nothing; central rules from `extends: mergify` +# (commands_restrictions + Label conflicting pull requests + invalid-title) still apply. pull_request_rules: [] -- cgit v1.2.3