Skip to content

Commit

Permalink
feat: unfurl URL in body (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Sep 3, 2024
1 parent 6c9efb0 commit 3451dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_notify_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
PR_URL: ${{ github.event.pull_request.html_url }}
run: |
curl -X POST -H 'Content-type: application/json' \
--data "{\"text\":\"*Review requested*: <$PR_URL|PR> - $PR_TITLE by $PR_CREATOR in $REPO_NAME.\"}" \
--data "{\"text\":\"*Review requested*: <$PR_URL|PR> - $PR_TITLE by $PR_CREATOR in $REPO_NAME.\n$PR_URL\"}" \
$SLACK_SRE_CHANNEL_WEBHOOK_URL

0 comments on commit 3451dd3

Please sign in to comment.