mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
d555f46c44
commit
5c7733a3ce
1 changed files with 2 additions and 5 deletions
|
|
@ -31,13 +31,10 @@ jobs:
|
|||
const mustache = require('mustache')
|
||||
const fs = require('fs')
|
||||
|
||||
const issues = await github.rest.issues.listForRepo({
|
||||
const issues = await octokit.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
});
|
||||
console.log("Found list of existing issues:", issues)
|
||||
|
||||
issues.forEach(issue => {
|
||||
console.log(issue.title);
|
||||
})
|
||||
console.log("Found list of existing issues:", issues)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue