Skip to content

Commit 9dcc19b

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 87a91e0 commit 9dcc19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ jobs:
220220
-d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
221221
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
222222
- name: Post comment
223-
uses: unsplash/comment-on-pr@v1.3.0
223+
uses: harupy/comment-on-pr@master
224224
env:
225225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226226
with:
227-
msg: "Check out this message!"
227+
filename: review_data.md

0 commit comments

Comments
 (0)