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:
David Montero Crespo 2026-05-31 00:59:04 -03:00
parent 6813891f91
commit 9c78fe688e
1 changed files with 1 additions and 1 deletions

View File

@ -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,