We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da003f5 commit 0a49c7bCopy full SHA for 0a49c7b
.github/workflows/PR-notify.yml
@@ -48,12 +48,8 @@ jobs:
48
echo "Event 类型: ${{ github.event.action }}"
49
echo "Event 名: ${{ github.event_name }}"
50
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'
+ # 2025-10-06 移除点赞的步骤
+ # 因原 peter-evans/create-or-update-comment@v4 已不再支持空body,而如果使用 Github Token 之类又过于大材小用因此移除
57
58
- name: 添加评论欢迎 PRer
59
uses: peter-evans/create-or-update-comment@v4
0 commit comments