Skip to content

Commit 650ea3a

Browse files
committed
chore(azure-preview-workflow): include title in branch preview comment
1 parent 366ab7e commit 650ea3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/scripts/build-preview-urls-comment.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ export const buildPreviewURLComment = (prNumber) => {
1717
const prHash = `pr-${prNumber}`;
1818
const baseUrl = 'https://spectrumcss.z13.web.core.windows.net';
1919

20-
return `PR #${prNumber} has been deployed to Azure Blob Storage: ${baseUrl}/${prHash}/index.html.`;
20+
return `## 📚 Branch Preview
21+
22+
PR #${prNumber} has been deployed to Azure Blob Storage: [${baseUrl}/${prHash}/index.html](${baseUrl}/${prHash}/index.html).`;
23+
2124
};

0 commit comments

Comments
 (0)