fix(ci): stop pinging @everyone on new-issue Discord alerts
Drop the @everyone mention from the GitHub-issue Discord webhook so it notifies the channel without alerting every member. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6813891f91
commit
9c78fe688e
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
: '*(none)*';
|
||||
|
||||
const payload = {
|
||||
content: '@everyone 📢 **New issue reported on Velxio!**',
|
||||
content: '📢 **New issue reported on Velxio!**',
|
||||
embeds: [{
|
||||
title: `🐛 Issue #${issue.number}: ${issue.title}`,
|
||||
url: issue.html_url,
|
||||
|
|
|
|||
Loading…
Reference in New Issue