Skip to content

Commit 1c92ecb

Browse files
committed
Update Slack notification message for new good first issues
Signed-off-by: marblom007 <158522975+marblom007@users.noreply.github.com>
1 parent 592baa6 commit 1c92ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3030
uses: pullreminders/slack-action@master
3131
with:
32-
args: '{\"channel\":\"C019426UBNY\",\"text\":\"A good first issue label was just added to ${{github.event.issue.html_url}}.\"}'
32+
args: '{\"channel\":\"C019426UBNY\",\"text\":\"A new, good first issue is up for grabs: <${{github.event.issue.html_url}}|${{github.event.issue.title}}>"}'

0 commit comments

Comments
 (0)