⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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/Publish%20to%20PyPI/badge.svg) may show "no status"
  • The filename-based URL (actions/workflows/publish.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

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/publish.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>
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