feat(ai-code-review): 建問題模式導向 issue,並整併流程調整、文件與 CI #6

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