Files
docker-minecraft-server/.github/workflows/issue-notify.yml
T

22 lines
438 B
YAML

name: Issues notify
on:
issues:
types:
- opened
- labeled
- unlabeled
- closed
pull_request_target:
types:
- closed
- labeled
jobs:
notify:
if: github.repository_owner == 'itzg'
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
with:
triageLabel: 'status/needs triage'
secrets:
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"