From bdf44e55aaa15fd3fee4889adae08e903023ec5f Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 11 Sep 2025 21:16:51 -0400 Subject: [PATCH] Prevent Discord URL preview in good first issue notifications (#38030) Release Notes: - N/A --- .github/workflows/good_first_issue_notifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/good_first_issue_notifier.yml b/.github/workflows/good_first_issue_notifier.yml index abb451600de0285a49fb7d0ed1a51acc39a531c5..1db992502beb1256da065a54a30e146e3efa48b5 100644 --- a/.github/workflows/good_first_issue_notifier.yml +++ b/.github/workflows/good_first_issue_notifier.yml @@ -21,7 +21,7 @@ jobs: ISSUE_URL: ${{ github.event.issue.html_url }} ISSUE_AUTHOR: ${{ github.event.issue.user.login }} run: | - MESSAGE="[${ISSUE_TITLE} (#${ISSUE_NUMBER})](${ISSUE_URL})" + MESSAGE="[${ISSUE_TITLE} (#${ISSUE_NUMBER})](<${ISSUE_URL}>)" { echo "message<