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
1fbd2c478e
commit
7736522504
1 changed files with 4 additions and 2 deletions
|
|
@ -49,7 +49,8 @@ jobs:
|
|||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
labels: 'tracking set',
|
||||
state: 'all'
|
||||
});
|
||||
console.log("Found list of existing tracking set issues:", issues);
|
||||
|
||||
|
|
@ -162,7 +163,8 @@ jobs:
|
|||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
labels: 'tracking set',
|
||||
state: 'all'
|
||||
});
|
||||
console.log("Found list of existing tracking set issues:", issues);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue