Skip to content

Version from Modrinth projects needs better error reporting #98

Version from Modrinth projects needs better error reporting

Version from Modrinth projects needs better error reporting #98

Workflow file for this run

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