From 259dad2e2ddfd6d3dc59276409246087f88cc9f4 Mon Sep 17 00:00:00 2001 From: Scott Gibb Date: Mon, 25 Nov 2024 13:26:11 +0000 Subject: [PATCH] Updated Megalinter settings --- .github/workflows/mega-linter.yml | 4 ++-- .mega-linter.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 90bd0e83..8e390bc1 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -25,11 +25,11 @@ # Decide which event triggers application of fixes in a commit or a PR # (pull_request, push, all) - APPLY_FIXES_EVENT: all + APPLY_FIXES_EVENT: pull_request # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) # or posted in a PR (pull_request) - APPLY_FIXES_MODE: pull_request + APPLY_FIXES_MODE: commit concurrency: group: ${{ github.ref }}-${{ github.workflow }} diff --git a/.mega-linter.yml b/.mega-linter.yml index 0be254ff..d555b3c6 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -29,5 +29,6 @@ SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false # Uncomment if you want MegaLinter to detect errors but not block CI to pass -DISABLE_ERRORS: true +DISABLE_ERRORS: false GITHUB_COMMENT_REPORTER: true +GITHUB_STATUS_REPORTER: true