ci: workflow 加 --append-system-prompt 要求繁體中文回覆

以 claude_args 附加 system prompt,讓 issue/PR 留言、commit message
說明與 todo 項目一律用繁體中文;程式碼註解與命名維持英文慣例。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
LittleYellow
2026-07-25 23:39:12 +08:00
parent 50f03d8939
commit 238e57e4db

View File

@@ -23,5 +23,7 @@ jobs:
claude_git_name: Claude claude_git_name: Claude
claude_git_email: claude@anthropic.com claude_git_email: claude@anthropic.com
path_to_claude_code_executable: /usr/local/bin/claude path_to_claude_code_executable: /usr/local/bin/claude
claude_args: |
--append-system-prompt "請一律使用繁體中文回覆,包含 issue/PR 留言、commit message 說明文字、todo list 項目。程式碼註解與變數命名維持英文慣例即可。"
env: env:
GITEA_SERVER_URL: https://yellow-git.zeabur.app GITEA_SERVER_URL: https://yellow-git.zeabur.app