foolip / wpt-stats

web-platform-tests statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API rate limit hit

foolip opened this issue · comments

https://github.com/foolip/wpt-stats/runs/232617432

Need to fetch all PRs once and use other tricks to avoid this.

It happens when running on a schedule as well:
https://github.com/foolip/wpt-stats/runs/233692989

https://help.github.com/en/articles/about-github-actions#usage-limits says "You can execute up to 1000 API requests in an hour across all actions within a repository."

Fixed by fetching all PRs and releases first, https://github.com/foolip/wpt-stats/runs/236463586 succeeded.