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 d935990 commit 88f61b5Copy full SHA for 88f61b5
.github/workflows/auto-assign-reviewers.yml
@@ -8,7 +8,7 @@
8
# 2025-01-21 kurisaW Initial version
9
#
10
11
-# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasassaasasss
+# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasasaasasss
12
13
name: Auto Review Assistant
14
@@ -216,8 +216,3 @@ jobs:
216
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
217
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
218
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
219
- - name: Comment on PR
220
- uses: unsplash/comment-on-pr@master
221
- with:
222
- message: "欢迎提交PR!我们的团队将会尽快审查。"
223
- GITHUB_TOKEN: ${{ github.token }}
0 commit comments