From 455f02bac308c8b56759bd5caa86ac3995374179 Mon Sep 17 00:00:00 2001 From: Mebin Abraham Date: Tue, 30 Apr 2024 10:22:18 +0100 Subject: [PATCH] Enable PR commenter for Megalinter --- .github/workflows/mega-linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index f755ca3..f913f71 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -34,8 +34,8 @@ env: # Show individual linter status in GitHub Actions status summary GITHUB_STATUS_REPORTER: true - # Enable to show lint results in GitHub PR comments. Disabled as it can be noisy. - GITHUB_COMMENT_REPORTER: false + # Enable to show lint results in GitHub PR comments. + GITHUB_COMMENT_REPORTER: true # Set to simple to avoid external images in generated markdown REPORTERS_MARKDOWN_TYPE: simple