Skip to content

Commit

Permalink
Update update-set-implementation-lists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpensiveKoala authored Sep 29, 2024
1 parent 1bf105b commit 73911bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-set-implementation-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand All @@ -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;
}
});
Expand Down

0 comments on commit 73911bf

Please sign in to comment.