You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/slack.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ jobs:
29
29
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
30
30
uses: pullreminders/slack-action@master
31
31
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