From 3601b5d8877aceaf82f706cc15605bf86c0e2b45 Mon Sep 17 00:00:00 2001 From: Dale Hawkins <107309+dkhawk@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:39:58 -0600 Subject: [PATCH] build(ci): configure release-rc workflow to commit as googlemaps-bot --- .github/workflows/release-rc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index 8fbbd412f..90eccf3f2 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -40,8 +40,8 @@ jobs: - name: Configure git run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "googlemaps-bot" + git config user.email "googlemaps-bot@users.noreply.github.com" - name: Update version files env: