diff --git a/.github/workflows/discord-pr-notify.yml b/.github/workflows/discord-pr-notify.yml index 27da260..8fdc952 100644 --- a/.github/workflows/discord-pr-notify.yml +++ b/.github/workflows/discord-pr-notify.yml @@ -1,3 +1,5 @@ +name: Discord PR Notifier + on: pull_request: types: [opened] @@ -11,7 +13,8 @@ jobs: with: args: | 🚀 **New Pull Request Opened!** - 🔗 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) + 📝 **Title:** ${{ github.event.pull_request.title }} + 🔗 <${{ github.event.pull_request.html_url }}> 👤 **Author:** ${{ github.event.pull_request.user.login }} env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}