Skip to content

Commit 0b79cb0

Browse files
committed
remove newline from expected checklist text
1 parent 44e4034 commit 0b79cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/libs/GithubUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class GithubUtils {
359359

360360
// PR list
361361
if (sortedPRList.length > 0) {
362-
issueBody += '\r\n**This release contains changes from the following pull requests:**\r\n';
362+
issueBody += '**This release contains changes from the following pull requests:**\r\n';
363363
sortedPRList.forEach((URL) => {
364364
issueBody += verifiedOrNoQAPRs.includes(URL) ? '- [x]' : '- [ ]';
365365
issueBody += ` ${URL}\r\n`;

0 commit comments

Comments
 (0)