From 49f11fb2d814e1fc59f8b05120bdd57fa44b9bad Mon Sep 17 00:00:00 2001 From: csh Date: Mon, 17 Nov 2025 18:07:24 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=9A=84?= =?UTF-8?q?bot=E5=90=8D=E5=AD=97=E5=8F=98=E6=9B=B4=E4=B8=BA`ci-bot`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/changelog_and_release.yml | 4 ++-- .gitea/workflows/update_stats_badge.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/changelog_and_release.yml b/.gitea/workflows/changelog_and_release.yml index 8d704e4..479ef82 100644 --- a/.gitea/workflows/changelog_and_release.yml +++ b/.gitea/workflows/changelog_and_release.yml @@ -75,8 +75,8 @@ env: # ===== Git 提交配置 ===== # Git 用户配置 - GIT_USER_NAME: "github-actions[bot]" - GIT_USER_EMAIL: "github-actions[bot]@users.noreply.github.com" + GIT_USER_NAME: "ci-bot" + GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" # Git 提交消息模板 # 可用变量: {version} - 将被替换为实际的版本号 # [skip ci] 标记防止触发无限循环 diff --git a/.gitea/workflows/update_stats_badge.yaml b/.gitea/workflows/update_stats_badge.yaml index a72f1e0..88a984d 100644 --- a/.gitea/workflows/update_stats_badge.yaml +++ b/.gitea/workflows/update_stats_badge.yaml @@ -50,8 +50,8 @@ env: MIN_LINES_THRESHOLD: "10" # ===== Git 配置 ===== - GIT_USER_NAME: "github-actions[bot]" - GIT_USER_EMAIL: "github-actions[bot]@users.noreply.github.com" + GIT_USER_NAME: "ci-bot" + GIT_USER_EMAIL: "ci-bot@tinysoft.com.cn" # ===== 平台配置 ===== # 平台类型: github 或 gitea