+1 for PR

This commit is contained in:
Aoran Zeng 2025-08-07 20:54:12 +08:00
parent d87b722b1c
commit e500140bc6
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -47,7 +47,15 @@ jobs:
run: | run: |
echo "Event 类型: ${{ github.event.action }}" echo "Event 类型: ${{ github.event.action }}"
echo "Event 名: ${{ github.event_name }}" echo "Event 名: ${{ github.event_name }}"
- name: 评论
- name: 对 PR 描述点赞
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: '' # 空body只添加reaction
reactions: '+1'
- name: 添加评论欢迎 PRer
uses: peter-evans/create-or-update-comment@v4 uses: peter-evans/create-or-update-comment@v4
with: with:
issue-number: ${{ github.event.pull_request.number }} issue-number: ${{ github.event.pull_request.number }}
@ -56,4 +64,3 @@ jobs:
❤️ 感谢你的贡献我们将在最少半小时最多5天内阅读此 PR 并回复你 ❤️ 感谢你的贡献我们将在最少半小时最多5天内阅读此 PR 并回复你
edit-mode: replace edit-mode: replace
reactions: heart