Fix broken CI status badge in repo readme#84
Closed
janbrasna wants to merge 1 commit intominimistjs:mainfrom
janbrasna:ci-status-badge
Closed
Fix broken CI status badge in repo readme#84janbrasna wants to merge 1 commit intominimistjs:mainfrom janbrasna:ci-status-badge
janbrasna wants to merge 1 commit intominimistjs:mainfrom
janbrasna:ci-status-badge
Conversation
Member
|
Thanks for looking into it, and a link to a preview. Looks reasonable to me. |
ljharb
approved these changes
Dec 29, 2025
Member
ljharb
left a comment
There was a problem hiding this comment.
If this actually works, then awesome, I'll use it everywhere.
Member
|
We hadn't merged this yet @janbrasna , did you perhaps close the PR by mistake, or have you discovered a problem with the change? (Easy change for us to make manually so no problem from that point of view.) |
Author
|
The change was committed via ecfdaea — thus conflicting with this PR, which is therefore no longer necessary. |
Member
|
Oh, I missed that. Thanks again for the research and suggestion. |
Member
|
yup, sorry for not closing this PR when i pushed that today. |
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.
The service to provide the payload for the status badge seems no longer available.

Shields provide some default endpoints, from which a good one to pull "all green" on main for all the workflows at once seems to be
/check-runs/without either picking a single workflow to emit directly via GHA endpoints, or going some bespoke way. This looks it suits the task well.👓 Preview:
325aa4a