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
Fixer: use HTML URL for issue fetch (avoids API rate limit 403s)
GitHub API has 60 req/hr unauthenticated limit per IP. Shared GHA
runners hit this easily. HTML page fetch always works for public repos.
Fall back to API URL only if HTML fails.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments