Skip to content

Commit

Permalink
build: updated issue label workflow with more labels
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jan 27, 2022
1 parent b0817f2 commit 6d27ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issue-label.yml
Expand Up @@ -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"

0 comments on commit 6d27ce8

Please sign in to comment.