From b4e8b07af91c779da29699333222941cfeb979fd Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Sat, 14 Mar 2026 15:40:52 +0100 Subject: [PATCH] fix: author commit with correct bot name --- .github/workflows/upgrade-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-go.yaml b/.github/workflows/upgrade-go.yaml index a66e349..9065bf1 100644 --- a/.github/workflows/upgrade-go.yaml +++ b/.github/workflows/upgrade-go.yaml @@ -50,7 +50,7 @@ jobs: if: steps.check.outputs.needs_update == 'true' uses: peter-evans/create-pull-request@v8 with: - author: crd-automation[bot] + author: codereaper-automation[bot] title: "chore: upgrade Go to ${{ steps.check.outputs.latest }}" commit-message: "chore: upgrade Go to ${{ steps.check.outputs.latest }}" branch: chore/upgrade-go-${{ steps.check.outputs.latest }}