Commit ddca78e
docs(main): point CI badges at canonical workflow files (#212)
The badges referenced ci.yml on each version branch, but
shields.io's `github/actions/workflow/status` lookup operates against
the repository's default branch (main). On main there is no ci.yml —
the canonical workflows are ci-v2.yml / ci-v3.yml / ci-v4.yml. Each
version branch carries a thin shim called ci.yml that delegates to the
matching ci-vN.yml on main via workflow_call. shields.io cannot resolve
those shims, so all three badges showed "no status".
Fix: point each badge at its canonical ci-vN.yml on main. The workflow
itself only fires for runs originating from the matching version branch,
so the badge accurately reflects "v2 CI", "v3 CI", "v4 CI" status.
Click-through links updated to drop the now-redundant
`?query=branch%3AvN` filter.
Co-authored-by: claude-flow <ruv@ruv.net>1 parent 8ce7287 commit ddca78e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments