From 1d81d871bff27c3c14d1f6c1a09b9192b05892dd Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 1 Feb 2025 23:56:14 -0500 Subject: [PATCH] Try a link without a preview --- .github/workflows/discord-pr-notify.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }}