build: adjusted issues notify triage label setting (#3957)

This commit is contained in:
Geoff Bourne
2026-02-28 14:25:29 -06:00
committed by GitHub
parent 1904798a75
commit e3f715e9ca

View File

@@ -11,5 +11,7 @@ on:
jobs:
notify:
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
with:
triageLabel: 'status/needs triage'
secrets:
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"