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 87a91e0 commit 9dcc19bCopy full SHA for 9dcc19b
.github/workflows/auto-assign-reviewers.yml
@@ -220,8 +220,8 @@ jobs:
220
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
221
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
222
- name: Post comment
223
- uses: unsplash/comment-on-pr@v1.3.0
+ uses: harupy/comment-on-pr@master
224
env:
225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226
with:
227
- msg: "Check out this message!"
+ filename: review_data.md
0 commit comments