From 458c4eca6588e449b090c5a8d455c2407c370098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sat, 16 May 2026 08:45:25 +0000 Subject: [PATCH] Set commit author to GitHub bot --- .github/workflows/update-best-of-list.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index 144f72e..74be790 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -51,6 +51,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} + commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" commit_user_name: best-of update commit_user_email: actions@github.com commit_message: Update best-of list for version ${{ env.VERSION }}