docs: use a static MIT license badge#355
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThe license badge URL in README.md's centered header section was updated from a GitHub license endpoint to a shields.io MIT badge linking to the repository's LICENSE file. ChangesREADME License Badge
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
e864e8b to
6302528
Compare
What
The root README license badge used
img.shields.io/github/license/..., which resolves the label by calling GitHub's license-detection API through shields.io. When that call is rate-limited (or the license is momentarily undetected), shields renderslicense invalid— and GitHub's camo image proxy caches that stale render, so the README shows "invalid" even though GitHub detects the repo as MIT (spdx_id: MIT) and the live badge resolves to MIT.Swaps it for a static
badge/license-MIT-bluebadge. The license is fixed (MIT), so there's no need to query GitHub's API — the badge can no longer flake to "invalid". The link still points atLICENSE.Docs-only, root README.
Summary by CodeRabbit