lib/git/pr/github.rb in git-pr-0.0.3 vs lib/git/pr/github.rb in git-pr-0.0.4

- old
+ new

@@ -10,9 +10,10 @@ Octokit.configure do |c| c.login = @git.login c.password = @git.api_token c.api_endpoint = @git.api_endpoint unless @git.api_endpoint.empty? + c.auto_paginate = true end end def list_pull_requests(profile, mine) if profile