mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
5c7733a3ce
commit
b77f93bdea
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
const mustache = require('mustache')
|
||||
const fs = require('fs')
|
||||
|
||||
const issues = await octokit.paginate(github.rest.issues.listForRepo, {
|
||||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: 'tracking set'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue