Skip to content

Commit

Permalink
fix: oops, meant issues not pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Mar 2, 2024
1 parent ea03425 commit 1b88c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const conversions = require('./lib/conversions')
let agendaIssues = []
for (const r of repos) {
console.log(`Fetching issues for ${r.owner}/${r.repo}`)
const _agendaIssues = await client.paginate('GET /repos/{owner}/{repo}/pulls', {
const _agendaIssues = await client.paginate('GET /repos/{owner}/{repo}/issues', {
owner: r.owner,
repo: r.repo,
state: 'open',
Expand Down

0 comments on commit 1b88c0b

Please sign in to comment.