From 244b4d854dd89e06dd2b801b99435dafbadd50b0 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 16:28:34 +0000 Subject: [PATCH] =?UTF-8?q?fix(workflows):=20=E6=9B=B4=E6=96=B0=20OpenCode?= =?UTF-8?q?=20=E5=AF=A9=E6=9F=A5=20action=20=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1632a3a..b9d4eed 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,5 +13,7 @@ jobs: pull-requests: write issues: write steps: - - name: AI 程式碼審查 - uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }} + - name: AI 程式碼審查 by OpenCode + uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_OPENCODE_CODE_REVIEW_VERSION }} + with: + comment_token: ${{ secrets.COMMENT_TOKEN }}