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