Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GItHub 250 commits limit #63

Open
zeevMetz opened this issue Jun 3, 2019 · 2 comments
Open

GItHub 250 commits limit #63

zeevMetz opened this issue Jun 3, 2019 · 2 comments

Comments

@zeevMetz
Copy link

zeevMetz commented Jun 3, 2019

Is there an option to to show more than 250 commits when using pullRequest.commits?

//Listing pull requests
for(commit in pullRequest.commits){
echo ("SHA is: ${commit.sha}")
}

I know GitHub limiting the commits when opening the PullRequests tab, i guess the plugin API with GitHub is depended on GitHub limitation

@aaronjwhiteside
Copy link

We should be pulling pages down as needed when you iterate through the result, looks like a bug

@stephan-playbk
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants