Open gitcommitshow opened 1 month ago
Do this one or #59 before releasing #57
It looks like the throttling is enabled by default unless we turn it off. Reference - https://github.com/octokit/octokit.js?tab=readme-ov-file#octokit-api-client
The hooks can be used to enable caching
The contribution page is making a lot of gh api requests. It can either be solved by using octokit/plugin-throttling, or by caching the requests.