From 0a49c7b2d9b89dbe208ed52ef0d9a3bcccdfba37 Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Mon, 6 Oct 2025 02:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=82=B9=E8=B5=9E=E7=9A=84?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PR-notify.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PR-notify.yml b/.github/workflows/PR-notify.yml index be94271..3e1029e 100644 --- a/.github/workflows/PR-notify.yml +++ b/.github/workflows/PR-notify.yml @@ -48,12 +48,8 @@ jobs: echo "Event 类型: ${{ github.event.action }}" echo "Event 名: ${{ github.event_name }}" - - name: 对 PR 描述点赞 - uses: peter-evans/create-or-update-comment@v4 - with: - issue-number: ${{ github.event.pull_request.number }} - body: '' # 空body,只添加reaction - reactions: '+1' + # 2025-10-06 移除点赞的步骤 + # 因原 peter-evans/create-or-update-comment@v4 已不再支持空body,而如果使用 Github Token 之类又过于大材小用因此移除 - name: 添加评论欢迎 PRer uses: peter-evans/create-or-update-comment@v4