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 05285e7 commit 88059c9Copy full SHA for 88059c9
.github/workflows/auto-assign-reviewers.yml
@@ -221,12 +221,6 @@ jobs:
221
-H "Authorization: Bearer ${{ vars.TOKEN }}" \
222
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
223
"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
230
- name: Pos1t comment
231
uses: harupy/comment-on-pr@master
232
env:
0 commit comments