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 a97ba3f commit 572ffe2Copy full SHA for 572ffe2
scripts/github/preview-url-pr-description.js
@@ -20,7 +20,7 @@ async function previewUrlPrDescription({ github, context }) {
20
});
21
const urlSectionStart = '\n<!-- DBUX-TEST-URL-START -->';
22
const urlSectionEnd = '\n<!-- DBUX-TEST-URL-END -->';
23
- const testUrl = `🔭🐙🐈 Test this branch here: https://${owner}.github.io/${repo}/review/${headRef}`;
+ const testUrl = `🔭🐙🐈 Test this branch here: <https://${owner}.github.io/${repo}/review/${headRef}>`;
24
let body = pr.data.body || '';
25
// Remove any existing test URL section
26
const startIdx = body.indexOf(urlSectionStart);
0 commit comments