We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6649ead commit 0576a91Copy full SHA for 0576a91
.github/workflows/announcement.yml
@@ -41,7 +41,7 @@ jobs:
41
message: |
42
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b>
43
44
- 🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a>
+ 🔗 View PR: <a href="${{ github.event.pull_request.html_url }}"><b>${{ github.event.pull_request.title }}</b>#${{ github.event.pull_request.number }}</a>
45
46
📦 <b>Released Packages:</b>
47
${{ env.RELEASE_LINKS }}
0 commit comments