mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: merged pr comment exclude bot (#23262)
* ci: merged pr comment exclude bot * fix: update
This commit is contained in:
3
.github/workflows/pr-comment.yml
vendored
3
.github/workflows/pr-comment.yml
vendored
@@ -13,7 +13,8 @@ jobs:
|
||||
pull-requests: write
|
||||
if: |
|
||||
github.event.pull_request.merged == true &&
|
||||
github.repository_owner == 'element-plus'
|
||||
github.repository_owner == 'element-plus' &&
|
||||
github.event.pull_request.user.type != 'Bot'
|
||||
|
||||
steps:
|
||||
- name: Comment on PR
|
||||
|
||||
Reference in New Issue
Block a user