Create congratsbot.yml (#1057)
This commit is contained in:
parent
7f6dd972b8
commit
ddca6e4c93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/congratsbot.yml
vendored
2
.github/workflows/congratsbot.yml
vendored
|
@ -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 }}!'
|
||||
|
|
Loading…
Reference in a new issue