From 3631bf359233109159bb5bb5ec7a160da00d2117 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 20 Jul 2026 11:24:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E5=95=9F=E7=94=A8=E5=BB=BA?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e973722..59705bd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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'