ci: merged pr comment exclude bot (#23262)

* ci: merged pr comment exclude bot

* fix: update
This commit is contained in:
btea
2025-12-31 10:19:03 +08:00
committed by GitHub
parent 531f914dc0
commit 6d23dbe4bc

View File

@@ -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