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
50274facee
commit
18101a32b1
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
const cardPath = path.join('Mage.Sets', 'src', 'mage', 'cards', className.substring(0, 1), `${className.charAt(0).toUpperCase()+className.slice(1)}.java`);
|
||||
const claimed = false;
|
||||
issueComments && issueComments.forEach(comment => {
|
||||
if (comment.body && comment.body.search(new RegExp(cleanCardName, "i") != -1) {
|
||||
if (comment.body && comment.body.search(new RegExp(cleanCardName, "i")) != -1) {
|
||||
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