mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 12:38:58 +08:00
chore: skip ChatGPT review in BranchMerge (#41375)
* fix: stop ChatGPT review in BranchMerge * add branch name
This commit is contained in:
parent
c6de488432
commit
f7fd474cf8
1
.github/workflows/chatgpt-cr.yml
vendored
1
.github/workflows/chatgpt-cr.yml
vendored
@ -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…
Reference in New Issue
Block a user