Skip to content

Commit

Permalink
fix fetching pr iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Jan 1, 2022
1 parent be20510 commit 4404cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pullRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class PullRequests {
owner,
repo,
state: 'closed',
sort: 'updated',
sort: 'merged',
per_page: '100',
direction: 'desc'
})
Expand Down

0 comments on commit 4404cf1

Please sign in to comment.