mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix(actions): swap gha bot for cla allowlisted gemini-cli-robot (#5730)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -99,8 +99,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure Git User
|
- name: Configure Git User
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "gemini-cli-robot"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "gemini-cli-robot@google.com"
|
||||||
|
|
||||||
- name: Create and switch to a release branch
|
- name: Create and switch to a release branch
|
||||||
id: release_branch
|
id: release_branch
|
||||||
|
|||||||
Reference in New Issue
Block a user