Browse Source
chore: skip ChatGPT review in BranchMerge (#41375)
* fix: stop ChatGPT review in BranchMerge
* add branch name
pull/41385/head
lijianan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/chatgpt-cr.yml
|
@ -11,6 +11,7 @@ on: |
|
|
jobs: |
|
|
jobs: |
|
|
test: |
|
|
test: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
if: github.event.pull_request.head.ref != 'feature' && github.event.pull_request.head.ref != 'master' && github.event.pull_request.head.ref != 'next' && github.event.pull_request.head.ref != 'master-merge-feature' && github.event.pull_request.head.ref != 'feature-merge-master' && github.event.pull_request.head.ref != 'next-merge-master' && github.event.pull_request.head.ref != 'next-merge-feature' |
|
|
steps: |
|
|
steps: |
|
|
- uses: anc95/ChatGPT-CodeReview@main |
|
|
- uses: anc95/ChatGPT-CodeReview@main |
|
|
env: |
|
|
env: |
|
|