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
fix(home): handle GitHub API failures gracefully in releases/changelogs (#3292)
* fix(home): handle GitHub API failures gracefully in releases/changelogs (#3291)
Wrap GitHub API calls in try/catch and return empty array on failure.
Prevents 422 errors when rate-limited or repos are unreachable.
* fix(home): align error tests with graceful GitHub API fallback
Tests now expect 200 with empty data when GitHub API fails, matching
the service's catch-and-return-empty-array behavior.
* fix(home): update JSDoc for releases/changelogs to reflect graceful degradation
0 commit comments