Skip to content

Commit 88f61b5

Browse files
authored
Update auto-assign-reviewers.yml
1 parent d935990 commit 88f61b5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 2025-01-21 kurisaW Initial version
99
#
1010

11-
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasassaasasss
11+
# Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasasaasasss
1212

1313
name: Auto Review Assistant
1414

@@ -216,8 +216,3 @@ jobs:
216216
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
217217
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
218218
"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

Comments
 (0)