From 6d23dbe4bc74bcdb1590e33398bc7480de73285f Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 31 Dec 2025 10:19:03 +0800 Subject: [PATCH] ci: merged pr comment exclude bot (#23262) * ci: merged pr comment exclude bot * fix: update --- .github/workflows/pr-comment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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