Skip to content

Commit 9c027c8

Browse files
authored
Add GitHub Actions workflow for issue notifications (#598)
1 parent 0bb2d1c commit 9c027c8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Issues notify
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- labeled
8+
- unlabeled
9+
- closed
10+
11+
jobs:
12+
notify:
13+
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
14+
secrets:
15+
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"

0 commit comments

Comments
 (0)