Prevent Discord URL preview in good first issue notifications (#38030)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-09-11 21:16:51 -04:00 committed by GitHub
parent 45ee1327a4
commit bdf44e55aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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<<EOF"