mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Prevent Discord URL preview in good first issue notifications (#38030)
Release Notes: - N/A
This commit is contained in:
parent
45ee1327a4
commit
bdf44e55aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue