Skip to content

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Jan 17, 2026

Summary

  • Changed the GitHub Actions badge URL from workflow-name format to filename-based format
  • The workflow-name-based URL (workflows/Tests/badge.svg) may show "no status"
  • The filename-based URL (actions/workflows/test.yml/badge.svg) is more reliable

Test plan

  • Verified the new badge URL format is correct by checking GitHub documentation
  • Badge should show workflow status after PR is merged

Generated with Claude Code

@abrichr
Copy link
Member Author

abrichr commented Jan 18, 2026

This PR has merge conflicts that need to be resolved. The fix looks good (switching to filename-based badge URL is the recommended approach), but:\n\n1. PR #5 was just merged which likely modified the same README section\n2. Need to rebase/merge with latest main to resolve conflicts\n3. After resolving conflicts, this can be merged quickly as it's a simple one-line fix\n\nPlease update the branch and resolve conflicts.

The workflow-name-based badge URL was showing "no status" because
GitHub requires workflow runs on the specified branch. Using the
filename-based URL format (actions/workflows/test.yml/badge.svg) is
more reliable and works regardless of when the workflow last ran.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abrichr abrichr force-pushed the fix/readme-badge-url branch from fcfa6c0 to b9345b4 Compare January 19, 2026 00:05
@abrichr abrichr merged commit 957ca48 into main Jan 19, 2026
0 of 4 checks passed
@abrichr abrichr deleted the fix/readme-badge-url branch January 19, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants