You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vinitshahdeo The response from API returns open_issues_count that is total of open-issues+open-PRs. Also, if I try to get list of PRs for each repo then it doesn't return for all repos if repos_count > 60.
This is from Docs: "For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests."
So it isn't possible to show separately for open-issues and PRs. I can add an issue icon with only open_issues_count Please let me know if it's okay.
Thank you
The text was updated successfully, but these errors were encountered: