diff --git a/.github/workflows/shareable-discord-notification.yml b/.github/workflows/shareable-discord-notification.yml index 68f803280f..cf8c7d9078 100644 --- a/.github/workflows/shareable-discord-notification.yml +++ b/.github/workflows/shareable-discord-notification.yml @@ -174,7 +174,7 @@ jobs: # 3) Post the comment to the thread message=$(printf '**%s** [commented](%s):\n%s' "$COMMENT_AUTHOR" "$COMMENT_URL" "$truncated_body") - payload=$(jq -n --arg content "$message" '{content: $content}') + payload=$(jq -n --arg content "$message" '{content: $content, flags: 4, allowed_mentions: {parse: []}}') curl -s -X POST \ -H "Authorization: Bot $BOT_TOKEN" \