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 44e4034 commit 0b79cb0Copy full SHA for 0b79cb0
1 file changed
.github/libs/GithubUtils.ts
@@ -359,7 +359,7 @@ class GithubUtils {
359
360
// PR list
361
if (sortedPRList.length > 0) {
362
- issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
+ issueBody += '**This release contains changes from the following pull requests:**\r\n';
363
sortedPRList.forEach((URL) => {
364
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
365
issueBody += ` ${URL}\r\n`;
0 commit comments