Add GitHub Actions workflow for issue notifications (#528)

This commit is contained in:
Geoff Bourne
2026-02-21 16:59:01 -06:00
committed by GitHub
parent 63e7625ed7
commit ea6419bece
+15
View File
@@ -0,0 +1,15 @@
name: Issues notify
on:
issues:
types:
- opened
- labeled
- unlabeled
- closed
jobs:
notify:
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
secrets:
discordWebhook: "${{secrets.DISCORD_WEBHOOK}}"