Fix the broken star history chart - #107
Conversation
The star history chart was broken because GitHub's stargazer API limits the upstream service it relied on. Switch the chart to star-history.dera.page, a fork that uses another data source needing no API token, so the chart renders again. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
@Dessalines39394 is attempting to deploy a commit to the PWHS's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 4 reviews per rolling hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe README.md Star History chart now uses ChangesStar History update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized README-only change to restore the star history chart, with no actionable merge-blocking risk remaining beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The star history chart at the bottom of the README currently fails to render because of GitHub stargazer API restrictions on the upstream service. This switches the chart to star-history.dera.page, which uses another data source that requires no API token and serves both the API and frontend from a single domain. The chart works again with no change in appearance.
Summary by CodeRabbit