From 1c5d6f33b345fd5ae2d73c95626d0299064c6889 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 2 Feb 2025 01:18:20 -0500 Subject: [PATCH] Discord message cleanup --- .github/workflows/discord-pr-notify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: