Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 14:46:23 -07:00 committed by GitHub
parent dc38f67119
commit 2bc7a9828f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ jobs:
const issuesToCreate = [];
for (const set of setsData) {
if (!set || !set[0] || !set[1]) continue;
let foundIssue = undefined;
issues.every(issue => {
if(issue && issue.title && issue.title.startsWith(set[1])) {