diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index 513db25f08129..cbbb912f7f389 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -78,6 +78,7 @@ jobs: gh api \ --header 'Accept: application/vnd.github+json' \ --header 'X-GitHub-Api-Version: 2022-11-28' \ + --paginate \ "repos/{owner}/{repo}/pulls/$PR/reviews" )