diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 0cd05a36a9..1aadf42691 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -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