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
b7e75b190a
commit
f2359b3548
1 changed files with 5 additions and 3 deletions
|
|
@ -31,9 +31,11 @@ jobs:
|
|||
const mustache = require('mustache')
|
||||
const fs = require('fs')
|
||||
|
||||
console.log(${{ steps.setimplissues.outputs.issues }})
|
||||
|
||||
const issues = JSON.parse(${{ steps.setimplissues.outputs.issues }})
|
||||
const issues = github.rest.issues({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
});
|
||||
console.log("Found list of existing issues:", issues)
|
||||
|
||||
issues.forEach(issue => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue