diff --git a/.github/workflows/discord-pr-notify.yml b/.github/workflows/discord-pr-notify.yml index a58360a..7c38b43 100644 --- a/.github/workflows/discord-pr-notify.yml +++ b/.github/workflows/discord-pr-notify.yml @@ -14,8 +14,7 @@ jobs: uses: Ilshidur/action-discord@master with: args: | - 🚀 **New Pull Request Opened!** - 📝 **Title:** ${{ github.event.pull_request.title }} + 🚀 **New PR:** ${{ github.event.pull_request.title }} 🔗 <${{ github.event.pull_request.html_url }}> 👤 **Author:** ${{ github.event.pull_request.user.login }} env: