You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
releaseNotes += "### Issues without Pull Request ⚠️\n" + (issuesWithoutPR || "All issues linked to a Pull Request.") + "\n\n";
31284
-
releaseNotes += "### Issues without User Defined Labels ⚠️\n" + (issuesWithoutUserLabels || "All issues contain at least one of user defined labels.") + "\n\n";
31285
-
releaseNotes += "### Issues without Release Notes ⚠️\n" + (issuesWithoutReleaseNotes || "All issues have release notes.") + "\n\n";
31286
-
releaseNotes += "### PRs without Linked Issue ⚠️\n" + (prsWithoutLinkedIssue || "All PRs are linked to issues.") + "\n\n";
31342
+
releaseNotes += "### Closed Issues without Pull Request ⚠️\n" + (issuesWithoutPR || "All closed issues linked to a Pull Request.") + "\n\n";
31343
+
releaseNotes += "### Closed Issues without User Defined Labels ⚠️\n" + (issuesWithoutUserLabels || "All closed issues contain at least one of user defined labels.") + "\n\n";
31344
+
releaseNotes += "### Closed Issues without Release Notes ⚠️\n" + (issuesWithoutReleaseNotes || "All closed issues have release notes.") + "\n\n";
31345
+
releaseNotes += "### Merged PRs without Linked Issue ⚠️\n" + (prsWithoutLinkedIssue || "All merged PRs are linked to issues.") + "\n\n";
31346
+
releaseNotes += "### Merged PRs Linked to Open Issue ⚠️\n" + (prsLinkedToOpenIssue || "All merged PRs are linked to Closed issues.") + "\n\n";
31287
31347
}
31288
31348
releaseNotes += "#### Full Changelog\n" + changelogUrl;
releaseNotes+="### Issues without Pull Request ⚠️\n"+(issuesWithoutPR||"All issues linked to a Pull Request.")+"\n\n";
381
-
releaseNotes+="### Issues without User Defined Labels ⚠️\n"+(issuesWithoutUserLabels||"All issues contain at least one of user defined labels.")+"\n\n";
382
-
releaseNotes+="### Issues without Release Notes ⚠️\n"+(issuesWithoutReleaseNotes||"All issues have release notes.")+"\n\n";
383
-
releaseNotes+="### PRs without Linked Issue ⚠️\n"+(prsWithoutLinkedIssue||"All PRs are linked to issues.")+"\n\n";
439
+
releaseNotes+="### Closed Issues without Pull Request ⚠️\n"+(issuesWithoutPR||"All closed issues linked to a Pull Request.")+"\n\n";
440
+
releaseNotes+="### Closed Issues without User Defined Labels ⚠️\n"+(issuesWithoutUserLabels||"All closed issues contain at least one of user defined labels.")+"\n\n";
441
+
releaseNotes+="### Closed Issues without Release Notes ⚠️\n"+(issuesWithoutReleaseNotes||"All closed issues have release notes.")+"\n\n";
442
+
releaseNotes+="### Merged PRs without Linked Issue ⚠️\n"+(prsWithoutLinkedIssue||"All merged PRs are linked to issues.")+"\n\n";
443
+
releaseNotes+="### Merged PRs Linked to Open Issue ⚠️\n"+(prsLinkedToOpenIssue||"All merged PRs are linked to Closed issues.")+"\n\n";
384
444
}
385
445
releaseNotes+="#### Full Changelog\n"+changelogUrl;
0 commit comments