diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 5c76619..b154bce 100644 --- a/.github/workflows/pre-commit-auto-update.yml +++ b/.github/workflows/pre-commit-auto-update.yml @@ -1,5 +1,6 @@ name: Pre-commit auto-update on: # yamllint disable-line rule:truthy + workflow_dispatch: schedule: - cron: 0 0 1 * * jobs: @@ -20,6 +21,10 @@ jobs: branch: update/pre-commit-autoupdate title: Auto-update pre-commit hooks commit-message: Auto-update pre-commit hooks + committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> + sign-commits: true body: | Update pre-commit hooks to latest version labels: dependencies + draft: false