summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2026-06-10 16:04:55 -0400
committertianocore-issues <tianocoredev@gmail.com>2026-06-15 15:51:50 -0400
commitee6aa71e2ca25fd0e35fa19b6468d142995b65fe (patch)
treee153d49dd0004e6ffc9b7607728c405e80b491b7
parent68df5172e57b9b671d981d01035aa8377675ec63 (diff)
downloadedk2-mergify/configuration-deprecated-update.tar.gz
edk2-mergify/configuration-deprecated-update.zip
.mergify/config.yml: Explicitly set reporting_method to check-runsmergify/configuration-deprecated-update
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 <michael.kubacki@microsoft.com>
-rw-r--r--.mergify/config.yml4
1 files changed, 4 insertions, 0 deletions
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
+