diff options
author | 2021-08-08 11:26:30 -0700 | |
---|---|---|
committer | 2021-08-08 11:26:30 -0700 | |
commit | a64a7032466d8ba256542eb30cd0a7b415025755 (patch) | |
tree | 3548f186415c9c6a9aba2afd1911c1c726a8410b | |
parent | 30d258596e220f47e00638f325fd861a9b595c93 (diff) | |
download | astro-a64a7032466d8ba256542eb30cd0a7b415025755.tar.gz astro-a64a7032466d8ba256542eb30cd0a7b415025755.tar.zst astro-a64a7032466d8ba256542eb30cd0a7b415025755.zip |
Update congratsbot.yml
-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 f7ed96c4d..2fa4c1d07 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -18,4 +18,4 @@ jobs: # DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }} uses: Ilshidur/action-discord@0.3.2 with: - 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}}>)' + args: '**Sweet!** [@${{ github.event.pull_request.user.login }}](<${{ github.event.pull_request.user.url }}>) just merged GitHub PR[#${{ github.event.number }}: ${{ github.event.pull_request.title }}](<${{github.event.pull_request.url}}>)' |