Skip to content

Commit b7ec4c7

Browse files
committed
Remove backticks, pt 2
1 parent d716962 commit b7ec4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
return;
314314
}
315315
316-
const labels = response.split(',')
316+
const labels = response.replaceAll('```', '').split(',')
317317
.map(l => l.trim())
318318
.filter(l => l.length > 0);
319319

0 commit comments

Comments
 (0)