From 50274facee5e8808896d111a0a8cef5b19e535b2 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 01:38:22 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index f52312e121a..0e8a47fc14a 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -75,7 +75,7 @@ jobs: repo: context.repo.repo, issue_number: foundIssue.number }); - //console.log(`Found ${issueComments.length} comments on issue`); + console.log(`Found ${issueComments.length} comments on issue #${foundIssue.number}`); } const cards = cardsData.filter(card => card[1] === set[0]); @@ -89,7 +89,7 @@ jobs: const claimed = false; issueComments && issueComments.forEach(comment => { if (comment.body && comment.body.search(new RegExp(cleanCardName, "i") != -1) { - //console.log(`Found a comment by ${comment.user.login} claiming card ${cardData[0]}`); + console.log(`Found a comment by ${comment.user.login} claiming card ${cardData[0]}`); claimed = true; } });