Skip to content

Commit 88059c9

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 05285e7 commit 88059c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ jobs:
221221
-H "Authorization: Bearer ${{ vars.TOKEN }}" \
222222
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
223223
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
224-
- name: Post comment
225-
uses: harupy/comment-on-pr@master
226-
env:
227-
GITHUB_TOKEN: $SUPER_SECRET
228-
with:
229-
filename: /home/runner/work/rt-thread/rt-thread/review_data.md
230224
- name: Pos1t comment
231225
uses: harupy/comment-on-pr@master
232226
env:

0 commit comments

Comments
 (0)