mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Merge branch 'master' into dupespoc2
This commit is contained in:
commit
6ab7eb4022
@ -2,6 +2,10 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
### ⚡️ Added
|
||||
|
||||
* Increased the pagination limit for GitHub to 100, by [@Seanstoppable](https://github.com/Seanstoppable)
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### ⚡️ Added
|
||||
|
@ -160,6 +160,7 @@ func (repo *GithubRepo) loadPullRequests() ([]*ghb.PullRequest, error) {
|
||||
}
|
||||
|
||||
opts := &ghb.PullRequestListOptions{}
|
||||
opts.ListOptions.PerPage = 100
|
||||
|
||||
prs, _, err := github.PullRequests.List(context.Background(), repo.Owner, repo.Name, opts)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user