From c29c0e27c28663db603825561a59d8a260d20d84 Mon Sep 17 00:00:00 2001 From: anthony bushong Date: Wed, 6 Aug 2025 17:01:22 -0700 Subject: [PATCH] fix(actions): swap gha bot for cla allowlisted gemini-cli-robot (#5730) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c44970223..a011f776b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,8 +99,8 @@ jobs: - name: Configure Git User run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "gemini-cli-robot" + git config user.email "gemini-cli-robot@google.com" - name: Create and switch to a release branch id: release_branch