Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-28 23:58:44 -07:00 committed by GitHub
parent 1fbd2c478e
commit 7736522504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);