From 30d258596e220f47e00638f325fd861a9b595c93 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Sun, 8 Aug 2021 11:25:13 -0700 Subject: [PATCH] Testing github action, safe to ignore (#1058) * Update congratsbot.yml * Update congratsbot.yml --- .github/workflows/congratsbot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index db4db97d8..f7ed96c4d 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -15,6 +15,7 @@ jobs: - name: Send a Discord notification if a PR was merged env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }} + # DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }} uses: Ilshidur/action-discord@0.3.2 with: - args: 'Woo! [PR#${{ github.event.number }}](${{github.event.pull_request.url}}) has been merged. Thank you @${{ github.event.pull_request.user.login }}!' + args: '**Sweet!** [@${{ github.event.pull_request.user.login }}](<${{ github.event.pull_request.user.url }}>) just merged a PR: [#${{ github.event.number }}: ${{ github.event.title }}](<${{github.event.pull_request.url}}>)'