Add notification for new issues in Discord

pull/52/head
David Montero Crespo 2026-03-13 17:03:03 -03:00 committed by GitHub
parent f3bc151554
commit a606e42b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
import json, sys
payload = {
'content': '@everyone 📢 **New issue reported on Velxio!**',
'embeds': [{
'title': f'🐛 Issue #{sys.argv[1]}: {sys.argv[2]}',
'url': sys.argv[3],