feat(CI 工作流程): 僅在 beta 啟用 AI 審查 #7

Merged
admin merged 5 commits from ai-review-resolve/develop-20260711-150530 into develop 2026-07-11 10:05:54 +00:00
Showing only changes of commit 5883abd306 - Show all commits
+3 -1
View File
@@ -40,11 +40,13 @@ jobs:
is_beta: ${{ env.IS_BETA == "true" }}
- name: Setup LLM CLI
uses: https://gitea.jsc.idv.tw/actions/setup-${{ vars.ACTION_SETUP_LLM_CLI }}
if: ${{ env.IS_BETA == 'true' }}
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 }}
id: ai-code-review
if: ${{ env.IS_BETA == 'true' }}
with:
token: ${{ secrets.TOKEN }}
model: ${{ vars.LLM_NAME }}