Skip to content

Commit 87a91e0

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,9 @@ jobs:
219219
-H "Authorization: Bearer ${{ vars.TOKEN }}" \
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")
222+
- name: Post comment
223+
uses: unsplash/[email protected]
224+
env:
225+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226+
with:
227+
msg: "Check out this message!"

0 commit comments

Comments
 (0)