mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As it turns out, in GitHub API paginated requests, page numbering is 1-based. (https://developer.github.com/v3/#pagination) Starting at page 0 (which returns the first page), results in making the same request twice and logging incorrect numbers (since the first 100 items are listed twice). PR Close #25671 |
||
|---|---|---|
| .. | ||
| circle-ci-api.ts | ||
| constants.ts | ||
| env-variables.ts | ||
| github-api.ts | ||
| github-pull-requests.ts | ||
| github-teams.ts | ||
| run-tests.ts | ||
| utils.ts | ||