mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-17 17:48:45 +00:00
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>
This commit is contained in:
@@ -632,7 +632,7 @@ runs:
|
|||||||
#
|
#
|
||||||
# When active, APPLY_FIXES must also be defined as environment variable
|
# When active, APPLY_FIXES must also be defined as environment variable
|
||||||
# (in .github/workflows/mega-linter.yml or other CI tool)
|
# (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
|
# Decide which event triggers application of fixes in a commit or a PR
|
||||||
# (pull_request, push, all)
|
# (pull_request, push, all)
|
||||||
|
|||||||
Reference in New Issue
Block a user