From 7bb1b352e1edfdfe131ea6679eb68cf89f1359e1 Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:26:26 -0500 Subject: [PATCH] CI: Use grot for dependabot go workspace commits (#96136) --- .github/workflows/pr-dependabot-update-go-workspace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-dependabot-update-go-workspace.yml b/.github/workflows/pr-dependabot-update-go-workspace.yml index dfd1cc5bd12..026e145244f 100644 --- a/.github/workflows/pr-dependabot-update-go-workspace.yml +++ b/.github/workflows/pr-dependabot-update-go-workspace.yml @@ -38,8 +38,8 @@ jobs: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} run: | if ! git diff --exit-code --quiet; then - git config --local user.name "github-actions[bot]" - git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "Grot" + git config --local user.email "grot@grafana.com" git config --local --add --bool push.autoSetupRemote true echo "Committing and pushing workspace changes" git remote