mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
fadb5f85a6
commit
5998afb35a
1 changed files with 2 additions and 2 deletions
|
|
@ -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`);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue