Skip to content

[codex] Use direct npm download badges#13

Draft
slegarraga wants to merge 1 commit into
mainfrom
codex/use-direct-npm-download-badges
Draft

[codex] Use direct npm download badges#13
slegarraga wants to merge 1 commit into
mainfrom
codex/use-direct-npm-download-badges

Conversation

@slegarraga

Copy link
Copy Markdown
Owner

Summary

Use Shields.io's direct npm monthly download badge instead of a generated endpoint JSON file.

Why

The scheduled Download badge workflow was computing fresh counts successfully, but GitHub repository rules rejected its push to main because required status checks were expected. Removing the generated badge path avoids daily failed Actions runs and keeps the README badge updating through Shields/npm.

Changes

  • Replaced the README download badge URL with img.shields.io/npm/dm/llm-errors.svg
  • Removed the scheduled download badge workflow
  • Removed generated badge JSON and the badge refresh script
  • Removed obsolete badges:downloads package scripts

Validation

  • package.json parsed successfully
  • git diff --check passed
  • Confirmed no references remain to the generated badge workflow/path
  • Confirmed the Shields badge URL returns HTTP 200

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.

1 participant