Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-23 22:12:01 -07:00 committed by GitHub
parent 5c7733a3ce
commit b77f93bdea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'