From 73911bf59e2aac220e8ccccad847f1e99a7bd58a Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 01:36:04 -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 6110599073c7..f52312e121a4 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`); } 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; } });