mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-28 20:06:25 +00:00
16 lines
281 B
YAML
16 lines
281 B
YAML
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_ISSUES_WEBHOOK}}"
|