diff options
author | 2021-08-08 11:09:34 -0700 | |
---|---|---|
committer | 2021-08-08 11:09:34 -0700 | |
commit | ddca6e4c93015dc9fe8c919c21ca98b548ca56fa (patch) | |
tree | b9232ea03d23fbdb82ca24ffdf7b4bb2f313fd62 | |
parent | 7f6dd972b86b74ee16698d444672e2bcf9e33e3b (diff) | |
download | astro-ddca6e4c93015dc9fe8c919c21ca98b548ca56fa.tar.gz astro-ddca6e4c93015dc9fe8c919c21ca98b548ca56fa.tar.zst astro-ddca6e4c93015dc9fe8c919c21ca98b548ca56fa.zip |
Create congratsbot.yml (#1057)
-rw-r--r-- | .github/workflows/congratsbot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index 9ec372a12..db4db97d8 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -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 }}!' |