mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user