fix: exclude star-history API from lychee link checker#2029
Open
bearomorphism with Copilot wants to merge 2 commits into
Open
fix: exclude star-history API from lychee link checker#2029bearomorphism with Copilot wants to merge 2 commits into
bearomorphism with Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Fix broken links in README.md report
fix: exclude star-history API from lychee link checker
Jul 14, 2026
Contributor
🔍 Commitizen bump previewMerging this PR will produce the following bump: |
bearomorphism
approved these changes
Jul 14, 2026
Lee-W
reviewed
Jul 14, 2026
Lee-W
left a comment
Member
There was a problem hiding this comment.
we could rebase and rewrite the commit history as ci: otherwise, it'll bump a patch version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://api.star-history.com/svg?repos=commitizen-tools/commitizenintermittently 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 inlychee.tomlto suppress false-positive broken link failures from this unreliable external service.Checklist
Was generative AI tooling used to co-author this PR?
Code Changes
uv run poe alllocally to ensure this change passes linter check and testsDocumentation Changes
uv run poe doclocally to ensure the documentation pages renders correctlyExpected Behavior
The broken links CI check passes without flagging the star-history API image URL.
Steps to Test This Pull Request
https://api.star-history.com/svg?repos=commitizen-tools/commitizen.Additional Context
The star-history widget in
docs/README.md(line 308) embeds an SVG fromapi.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.