From 6762d04cdc0dd96aeacaec28d1d33fa1be580da0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:15:01 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index c72fdf906..14b58c7ce 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -56,7 +56,10 @@ jobs: if: steps.changed.outputs.changed == 'true' uses: peter-evans/create-pull-request@v7 with: - title: "Github bot : fix linting issues" - commit_options: "--no-verify --signoff" - commit_user_name: super-linter - commit_user_email: super-linter@super-linter.dev + title: "Github bot: fix linting issues" + commit-message: "fix: auto-fix linting issues" + committer: super-linter + author: super-linter + signoff: true + delete-branch: true + branch: lint/autofix