Open
Description
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