更新 .gitea/workflows/code-review.yml
This commit is contained in:
@@ -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 接口可用性
|
||||||
|
|||||||
Reference in New Issue
Block a user