Create congratsbot.yml (#1057)

This commit is contained in:
Fred K. Schott 2021-08-08 11:09:34 -07:00 committed by GitHub
parent 7f6dd972b8
commit ddca6e4c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}
uses: Ilshidur/action-discord@0.3.2
with:
args: 'Woo! PR #${{ github.event.number }} has been merged. Thank you ${{ github.event.user.login }}'
args: 'Woo! [PR#${{ github.event.number }}](${{github.event.pull_request.url}}) has been merged. Thank you @${{ github.event.pull_request.user.login }}!'