From acb49bae16f8a8a86071eb87dc8b194e1285bb07 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:25:53 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 429860ca8..e4985093d 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -27,7 +27,6 @@ jobs: - name: Run Super Linter uses: super-linter/super-linter/slim@main - continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true @@ -60,12 +59,13 @@ jobs: if: steps.changed.outputs.changed == 'true' uses: peter-evans/create-pull-request@v7 with: - title: "Github bot: fix linting issues" + title: "Github bot: fix linting issues nobuild" commit-message: "fix: auto-fix linting issues" committer: super-linter author: super-linter signoff: true delete-branch: true branch: lint/autofix + clean: true body: | This pull request was automatically created by the GitHub Actions Super-Linter workflow to fix detected linting issues.