From 73edbfcc17fc80eaee7005a652acf070cc3f2659 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 06:27:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B)?= =?UTF-8?q?:=20=E6=96=B0=E5=A2=9E=20AI=20=E7=A8=8B=E5=BC=8F=E7=A2=BC?= =?UTF-8?q?=E5=AF=A9=E6=9F=A5=E6=AD=A5=E9=A9=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4c42b96..cddabdc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -38,6 +38,16 @@ jobs: uses: https://gitea.jsc.idv.tw/actions/calculate-version@v${{ env.VERSION }} with: is_beta: ${{ env.IS_BETA == "true" }} + - name: Setup LLM CLI + uses: https://gitea.jsc.idv.tw/actions/setup-${{ vars.ACTION_SETUP_LLM_CLI }} + with: + oauth: ${{ secrets.LLM_OAUTH }} + - name: Run AI Code Review + id: ai-code-review + uses: https://gitea.jsc.idv.tw/actions/ai-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }} + with: + token: ${{ secrets.TOKEN }} + model: ${{ vars.LLM_NAME }} result: name: 3. RESULT runs-on: ubuntu