mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
移除点赞的步骤
This commit is contained in:
parent
da003f5fd1
commit
0a49c7b2d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue