Add GitHub Actions workflow for issue notifications (#528)
This commit is contained in:
@@ -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}}"
|
||||
Reference in New Issue
Block a user