Skip to content

Commit eb79a2f

Browse files
committed
ci: update format of discord message
1 parent f9e593b commit eb79a2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/team-triage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
return;
5353
}
5454
55-
// Simplified message content - Discord will show rich preview
5655
const payload = {
57-
content: `🧵 **[Team discussion](${itemUrl})** requested by \`${requester}\``
56+
content: `🧵 [**Team discussion**]($itemUrl) **requested by \`${requester}\`**`
5857
};
5958
6059
try {

0 commit comments

Comments
 (0)