From 9c78fe688ea0b24c4e095808b7cac2a614b3642a Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Sun, 31 May 2026 00:59:04 -0300 Subject: [PATCH] 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) --- .github/workflows/discord-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-issues.yml b/.github/workflows/discord-issues.yml index d06f0f35..ed76fd45 100644 --- a/.github/workflows/discord-issues.yml +++ b/.github/workflows/discord-issues.yml @@ -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,