更新 .gitea/workflows/code-review.yml
This commit is contained in:
@@ -8,10 +8,10 @@ jobs:
|
||||
code-review:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.issue.pull_request && (startsWith(github.event.comment.body, 'openai') || github.event.comment.body == 'openai')
|
||||
# env:
|
||||
# ACTIONS_STEP_DEBUG: 'true'
|
||||
# BASE: https://devstar.cn
|
||||
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
env:
|
||||
ACTIONS_STEP_DEBUG: 'true'
|
||||
BASE: https://devstar.cn
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
steps:
|
||||
- name: Preflight - diff 接口可用性
|
||||
|
||||
Reference in New Issue
Block a user