mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-01 04:16:25 +00:00
18 lines
332 B
YAML
18 lines
332 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
|
|
with:
|
|
triageLabel: 'status/needs triage'
|
|
secrets:
|
|
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"
|