From 6cde6d088ddef99a11ae3e13ed3c58bd18f7f1df Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:38:14 +0200 Subject: [PATCH] fix: disable MegaLinter autofixing in pr-lint action (#361) * Initial plan * fix: disable MegaLinter autofixing in pr-lint action Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --- pr-lint/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 07c9da1..2ccd660 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -632,7 +632,7 @@ runs: # # When active, APPLY_FIXES must also be defined as environment variable # (in .github/workflows/mega-linter.yml or other CI tool) - APPLY_FIXES: all + APPLY_FIXES: none # Decide which event triggers application of fixes in a commit or a PR # (pull_request, push, all)