Steve Withey

Results 2 comments of Steve Withey

Also keen to figure this out, will experiment today and see if I can figure it out

My solution to this --paginate issue (in Powershell at least) was to do this: ``` $jsonResults = gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" --paginate /repos/orgName/$repoName/$alertType/alerts return ($jsonResults -replace...