From 13a200017256a285d191387560020b22ae5a0e09 Mon Sep 17 00:00:00 2001 From: Jacob Hicks Date: Wed, 4 May 2022 11:41:40 -0500 Subject: [PATCH] fix: add PR `number` for paged pull requests (#18) We found that when a PR has a large number of reviews, that the processing of the pull request will fail because it finds the PR number to be null (see line 994). This is because the PR number is not included in the request for subsequent pages. --- gh-repo-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-repo-stats b/gh-repo-stats index 3bf1eb2..8a98c7b 100755 --- a/gh-repo-stats +++ b/gh-repo-stats @@ -1149,7 +1149,7 @@ GetNextReviews() { { cat <