mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-13 19:34:54 +00:00
The new lines weren't working properly as we'd filter them out, whoops (#1951)
This commit is contained in:
@@ -233,7 +233,7 @@ jobs:
|
||||
...unmatchedRows
|
||||
].join('\n')
|
||||
: '',
|
||||
].filter(Boolean).join('\n');
|
||||
].join('\n');
|
||||
|
||||
if (existingTrackerIssues.length > 0) {
|
||||
const [primary, ...duplicates] = existingTrackerIssues;
|
||||
|
||||
Reference in New Issue
Block a user