fix(diagnostics): 處理 ai review findings #32

Open
jiantw83 wants to merge 85 commits from develop into master
Showing only changes of commit 3631bf3592 - Show all commits
+6
View File
@@ -42,6 +42,8 @@ jobs:
with:
# Gitea / GitHub token,用於 PR 留言與 findings 寫回。
token: ${{ secrets.GITHUB_TOKEN }}
# 啟用建問題模式:審查內容改發到追蹤 issue,並在 PR 回貼 issue 連結。
create-issue: 'true'
# Codex 工具環境測試 job。
test-codex:
# Job 在 workflow UI 顯示的名稱。
@@ -66,6 +68,8 @@ jobs:
with:
# Gitea / GitHub token,用於 PR 留言與 findings 寫回。
token: ${{ secrets.GITHUB_TOKEN }}
# 啟用建問題模式:審查內容改發到追蹤 issue,並在 PR 回貼 issue 連結。
create-issue: 'true'
# Claude 工具環境測試 job。
test-claude:
# Job 在 workflow UI 顯示的名稱。
@@ -90,3 +94,5 @@ jobs:
with:
# Gitea / GitHub token,用於 PR 留言與 findings 寫回。
token: ${{ secrets.GITHUB_TOKEN }}
# 啟用建問題模式:審查內容改發到追蹤 issue,並在 PR 回貼 issue 連結。
create-issue: 'true'