What changed, and why it matters
This commit simply deletes a stale README file inside the GitHub workflows folder. It contains only documentation about CI job names and GitHub Actions usage limits. No code, configuration, or security controls were changed.
No security action needed. This is a documentation-only cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff removes .github/workflows/README.md, a 40-line markdown file describing the project’s CI workflow organization, job list, and GitHub Actions free-tier job limits. No workflow YAML files, source code, build scripts, or security tooling were modified.
Changed components
.github/workflows/README.mdInspect captured patch +0 / −40
diff --git a/.github/workflows/README.md b/.github/workflows/README.md
deleted file mode 100644
index 5bb18672..00000000
--- a/.github/workflows/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# rust-bitcoin workflow notes
-
-We are attempting to run max 20 parallel jobs using GitHub actions (usage limit for free tier).
-
-ref: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration
-
-The minimal/recent lock files are handled by CI (`rust.yml`).
-
-## Jobs
-
-Run from rust.yml unless stated otherwise. Unfortunately we are now exceeding the 20 job target.
-(Prepare is quick and must be run first anyway.)
-
-0. `Prepare`
-1. `Stable - minimal`
-2. `Stable - recent`
-3. `Nightly - minimal`
-4. `Nightly - recent`
-5. `MSRV - minimal`
-6. `MSRV - recent`
-7. `Lint`
-8. `Docs`
-9. `Docsrs`
-10. `Bench`
-11. `Arch32bit`
-12. `Cross`
-13. `Embedded`
-14. `ASAN`
-15. `WASM`
-16. `Kani`
-17. `API`
-18. `Policy` - enforce repository coding policy.
-19. `Re-exports`
-20. `DiffMutants`
-21. `release` - run by `release.yml`
-22. `labeler` - run by `manage-pr.yml`
-23. `Shellcheck` - run by `shellcheck.yml`
-
-If any change touches the `.github/` directory then the `zizmor`, run by `zizmor.yml`, will be
-triggered for that PR.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.