Skip to content

Commit 0a49c7b

Browse files
Mikachu2333ccmywish
authored andcommitted
移除点赞的步骤
1 parent da003f5 commit 0a49c7b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/PR-notify.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ jobs:
4848
echo "Event 类型: ${{ github.event.action }}"
4949
echo "Event 名: ${{ github.event_name }}"
5050
51-
- name: 对 PR 描述点赞
52-
uses: peter-evans/create-or-update-comment@v4
53-
with:
54-
issue-number: ${{ github.event.pull_request.number }}
55-
body: '' # 空body,只添加reaction
56-
reactions: '+1'
51+
# 2025-10-06 移除点赞的步骤
52+
# 因原 peter-evans/create-or-update-comment@v4 已不再支持空body,而如果使用 Github Token 之类又过于大材小用因此移除
5753

5854
- name: 添加评论欢迎 PRer
5955
uses: peter-evans/create-or-update-comment@v4

0 commit comments

Comments
 (0)