From ee6aa71e2ca25fd0e35fa19b6468d142995b65fe Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 10 Jun 2026 16:04:55 -0400 Subject: [PATCH] .mergify/config.yml: Explicitly set reporting_method to check-runs The default value of merge_protections_settings.reporting_method is changing from check-runs to deployments. This commit updates the mergify configuration to explicitly set check-runs to preserve current behavior. (deadline: 2026-07-31) --- This was originally auto-generated by the Mergify bot in a PR to the edk2 repo. That change did not comply with edk2 commit requirements and modified the line endings of the file. It is manually recreated here with the correct line endings and commit message format. Signed-off-by: Michael Kubacki --- .mergify/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mergify/config.yml b/.mergify/config.yml index 09ea7f9923..46ca46da26 100644 --- a/.mergify/config.yml +++ b/.mergify/config.yml @@ -52,3 +52,7 @@ pull_request_rules: actions: comment: message: PR can not be merged due to conflict. Please rebase and resubmit + +merge_protections_settings: + reporting_method: check-runs +