mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
9687cc8e58
commit
0f6e185e69
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ jobs:
|
|||
.map(line => line.split('|'));
|
||||
const cardsData = fs.readFileSync(path.join('Utils', 'mtg-cards-data.txt'), 'utf8')
|
||||
.split('\n')
|
||||
.map(line => line.split('|'));
|
||||
.map(line => line.split('|'))
|
||||
.filter(card => !(card[0].toLowerCase() === "plains" || card[0].toLowerCase() === "swamp" || card[0].toLowerCase() === "island" || card[0].toLowerCase() === "mountain" || card[0].toLowerCase() === "forest");
|
||||
const cardIssueTemplate = fs.readFileSync(path.join('.github', 'templates', 'set-tracking-issue.md'), 'utf8');
|
||||
|
||||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue