更新 .gitea/workflows/code-review.yml

This commit is contained in:
2025-08-26 05:15:15 +00:00
parent 1dfdc26bab
commit aa0f709ca9

View File

@@ -8,10 +8,10 @@ jobs:
code-review: code-review:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.issue.pull_request && (startsWith(github.event.comment.body, 'openai') || github.event.comment.body == 'openai') if: github.event.issue.pull_request && (startsWith(github.event.comment.body, 'openai') || github.event.comment.body == 'openai')
# env: env:
# ACTIONS_STEP_DEBUG: 'true' ACTIONS_STEP_DEBUG: 'true'
# BASE: https://devstar.cn BASE: https://devstar.cn
# GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps: steps:
- name: Preflight - diff 接口可用性 - name: Preflight - diff 接口可用性