Let me limit the results for Get-GitHubPullRequest #431
Martin Hinshelwood nkdAgility.com (MrHinsh)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The GitHub API has pagination controls for this and I would like to pass them to this method so that I can return just the first page of 10 items... rather than the 300+ PR's that are in my system.
https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests
All reactions