fix(diagnostics): 處理 ai review findings #32
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user