| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
🔍 Commitizen bump previewNo commits in this PR are eligible for a version bump. |
Sorry, something went wrong.
There was a problem hiding this comment.
we could rebase and rewrite the commit history as ci: otherwise, it'll bump a patch version
Sorry, something went wrong.
|
Sorry... I forgot to check the prefix of the title |
Sorry, something went wrong.
…ols#2029) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
https://api.star-history.com/svg?repos=commitizen-tools/commitizen intermittently returns HTTP 500, causing the broken links CI check to fail. The service is externally owned and not in our control.
Description
Added https://api.star-history.com/ to the exclude list in lychee.toml to suppress false-positive broken link failures from this unreliable external service.
Checklist
Was generative AI tooling used to co-author this PR?
Code Changes
Documentation Changes
Expected Behavior
The broken links CI check passes without flagging the star-history API image URL.
Steps to Test This Pull Request
Additional Context
The star-history widget in docs/README.md (line 308) embeds an SVG from api.star-history.com. That service is currently returning 500, which is out of our control. Excluding the domain prefix covers this and any future star-history embed variants.