Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 03:30:51 -07:00 committed by GitHub
parent aa306c7959
commit 640d7c3726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,14 +134,8 @@ jobs:
if (body.length > 65536) {
console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`);
console.log("Shortened?: " + mustache.render(cardIssueTemplate, {
hasUnimplementedCards: unimplemented.length > 0,
hasImplementedCards: implemented.length > 0,
unimplementedCards: unimplemented,
implementedCards: implemented,
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${unimplemented.map(e => e.cleanName).join('"OR!"')}"+e:${set[1]}`
}).replaceAll(`+e:${set[1]}`, "").length);
//continue;
//console.log(`${body}`;
continue;
}
if (foundIssue !== undefined) {