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
parent c6de488432
commit f7fd474cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ on:
jobs:
test:
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:
- uses: anc95/ChatGPT-CodeReview@main
env:

Loading…
Cancel
Save