summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranthony bushong <[email protected]>2025-08-06 17:01:22 -0700
committerGitHub <[email protected]>2025-08-07 00:01:22 +0000
commit99f88851fb86b3bdb8408891391f8b733d7e0053 (patch)
treea9fe46b80006964dcedef9702e481257b4337c5c
parent01f7c4b7406cd9ce94667dcbd5e586dad9573d67 (diff)
fix(actions): swap gha bot for cla allowlisted gemini-cli-robot (#5730)
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9c449702..a011f776 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 "[email protected]"
- name: Create and switch to a release branch
id: release_branch