Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5883abd306 | ||
|
|
140b9c6fb1 | ||
|
|
73edbfcc17 | ||
|
|
91f012e7a1 | ||
|
|
84ea25ef11 |
@@ -38,10 +38,23 @@ 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 }}
|
||||
if: ${{ env.IS_BETA == 'true' }}
|
||||
with:
|
||||
oauth: ${{ secrets.LLM_OAUTH }}
|
||||
- name: Run 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 }}
|
||||
result:
|
||||
name: 3. RESULT
|
||||
runs-on: ubuntu
|
||||
needs: [build,test]
|
||||
if: ${{ needs.build.outputs.is_beta == 'false' }}
|
||||
env:
|
||||
VERSION: ${{ needs.test.outputs.version }}
|
||||
IS_BETA: ${{ needs.build.outputs.is_beta }}
|
||||
|
||||
Reference in New Issue
Block a user