fix(docs): normalize NWarila owner casing across refs#26
Merged
Conversation
The repo lives at NWarila/ (user account), but README badges, the
self-update workflow, and the reference/ configs all referenced lowercase
nwarila/. GitHub redirects case-insensitively so most render, but the
Codecov badge is case-sensitive and showed no data. Normalize every owner
reference to NWarila/ (badges, codecov, workflow clone/release lookups,
the reference configs downstream repos copy, and script headers), and fix
the README intro ("nwarila organization" -> "NWarila account", since it's
a user account, not an org).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The repo lives at
NWarila/(user account), but README badges,self-update.yml, and thereference/configs referenced lowercasenwarila/. GitHub redirects case-insensitively so most render, but the Codecov badge is case-sensitive and showed no data on the README. Normalized every owner reference toNWarila/:self-update.ymlrelease-lookup / clone URLsreference/*headers +repo-ci.ymluses:(these get copied into downstream repos, so the slip was propagating)Purely a casing normalization — no logic change.
.gitattributes(* text=auto eol=lf) handles line endings.Test plan
NWarila/)🤖 Generated with Claude Code