Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 01:12:43 -07:00 committed by GitHub
parent fadb5f85a6
commit 5998afb35a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,11 +70,11 @@ jobs:
let issueComments = undefined;
if (foundIssue) {
issueComments = await github.paginate(github.rest.issues.listComments, {
issueComments = github.paginate(github.rest.issues.listComments, {
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: foundIssue.number
});
}).result();
console.log(`Found ${issueComments.length} comments on issue`);
}