Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made reviews request synchronous (#5)
If we fetch too many PRs (read 50+) and then we call the `Promise.all` method, we will be calling 50+ requests at once. This will save the problem of too many api calls generating a rejection (`API rate limit exceeded for installation ID`).
- Loading branch information