The new lines weren't working properly as we'd filter them out, whoops (#1951)

This commit is contained in:
Aaron Powell
2026-06-09 21:44:16 -07:00
committed by GitHub
parent d93e8cf931
commit 50854076f2
3 changed files with 5 additions and 5 deletions
@@ -233,7 +233,7 @@ jobs:
...unmatchedRows
].join('\n')
: '',
].filter(Boolean).join('\n');
].join('\n');
if (existingTrackerIssues.length > 0) {
const [primary, ...duplicates] = existingTrackerIssues;