Skip to content

Commit

Permalink
build: added id to labelled issue discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jan 27, 2022
1 parent 6d27ce8 commit 6646897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-label.yml
Expand Up @@ -20,4 +20,4 @@ jobs:
|| 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"
args: "[${{ github.event.issue.title }} (#${{ github.event.issues.id }})](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"

0 comments on commit 6646897

Please sign in to comment.