zattoo/reviewers

Invastigate a way to handle `listReviews` pagination

Closed this issue · 0 comments

Currently, our function to get the reviewers on a pull request is limited by the amount of the results due to limitation of the API, see this.

Solutions

  • pagination using manual effort see this
  • GraphQL usually have a solution for such cases