From 6ca4682d020a1259c8539b66abe666b209212a4e Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 9 Jan 2025 18:18:20 -0800 Subject: [PATCH] Fix commit on PRs (#334) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c3c764..54b7edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 with: commit_message: "Update files for renovate" + commit_user_name: "renovate[bot]" + commit_user_email: "renovate[bot]@users.noreply.github.com" + if: ${{ github.actor == 'renovate[bot]' }} - name: Check if go.mod and go.sum are up to date