mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-30 02:37:14 +00:00
build: updated issue label workflow with more labels
This commit is contained in:
@@ -15,6 +15,9 @@ jobs:
|
|||||||
github.event.label.name == 'enhancement'
|
github.event.label.name == 'enhancement'
|
||||||
|| github.event.label.name == 'bug'
|
|| github.event.label.name == 'bug'
|
||||||
|| github.event.label.name == 'help wanted'
|
|| 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
|
uses: Ilshidur/action-discord@master
|
||||||
with:
|
with:
|
||||||
args: "[${{ github.event.issue.title }}](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"
|
args: "[${{ github.event.issue.title }}](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"
|
||||||
|
|||||||
Reference in New Issue
Block a user