From 640d7c3726992bf786b7be221ee3b66d7755ac42 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 03:30:51 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 26113a05557..fa82a63fa26 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -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) {