build: updated issue label workflow with more labels

This commit is contained in:
Geoff Bourne
2022-01-27 14:47:03 -06:00
committed by GitHub
parent b0817f2a83
commit 6d27ce8461

View File

@@ -15,6 +15,9 @@ jobs:
github.event.label.name == 'enhancement'
|| github.event.label.name == 'bug'
|| github.event.label.name == 'help wanted'
|| github.event.label.name == 'priority/high'
|| github.event.label.name == 'question'
|| github.event.label.name == 'status/waiting on upstream'
uses: Ilshidur/action-discord@master
with:
args: "[${{ github.event.issue.title }}](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"