mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
73911bf59e
commit
50274facee
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue