From 00ae33e24e1014fa484d00c9a68bd3d28c1fdc8d Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 6 Jan 2025 04:14:55 -0500 Subject: [PATCH 1/2] fix: pre-commit auto update commit author Signed-off-by: Maryam Tahhan --- .github/workflows/pre-commit-auto-update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 5c76619..7f2774d 100644 --- a/.github/workflows/pre-commit-auto-update.yml +++ b/.github/workflows/pre-commit-auto-update.yml @@ -20,6 +20,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 From 2f0b61859abbaa293a6c31fe5a67ad16825d7102 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 6 Jan 2025 04:19:02 -0500 Subject: [PATCH 2/2] chore: pre-commit auto update enable manual trigger Signed-off-by: Maryam Tahhan --- .github/workflows/pre-commit-auto-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 7f2774d..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: