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