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
b77f93bdea
commit
c6ad031c19
1 changed files with 10 additions and 1 deletions
|
|
@ -31,10 +31,19 @@ jobs:
|
|||
const mustache = require('mustache')
|
||||
const fs = require('fs')
|
||||
|
||||
const setsData = fs.readFileSync(path.join('Utils', 'mtg-sets-data.txt'), 'utf8')
|
||||
.split('\n')
|
||||
.map(line => {line.split('|')[1], line.split('|')[0]});
|
||||
|
||||
console.log(setsData);
|
||||
|
||||
|
||||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
});
|
||||
|
||||
console.log("Found list of existing issues:", issues)
|
||||
console.log("Found list of existing issues:", issues);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue