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 d87b722 commit e500140Copy full SHA for e500140
1 file changed
.github/workflows/PR-notify.yml
@@ -47,7 +47,15 @@ jobs:
47
run: |
48
echo "Event 类型: ${{ github.event.action }}"
49
echo "Event 名: ${{ github.event_name }}"
50
- - name: 评论
+
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'
57
58
+ - name: 添加评论欢迎 PRer
59
uses: peter-evans/create-or-update-comment@v4
60
with:
61
issue-number: ${{ github.event.pull_request.number }}
@@ -56,4 +64,3 @@ jobs:
64
65
❤️ 感谢你的贡献!我们将在最少半小时,最多5天内阅读此 PR 并回复你
66
edit-mode: replace
- reactions: heart
0 commit comments