Skip to content

Commit

Permalink
[Merge-to-stage worfklow] Increase Github APIs listReview per_page li…
Browse files Browse the repository at this point in the history
…mit (#3519)

increase page limit for pr reviews
  • Loading branch information
mokimo authored Jan 23, 2025
1 parent 7d4a28d commit 0a1793a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const getReviews = ({ pr, github, owner, repo }) =>
owner,
repo,
pull_number: pr.number,
per_page: 100,
})
.then(({ data }) => {
pr.reviews = data;
Expand Down

0 comments on commit 0a1793a

Please sign in to comment.