Use zhuiri runner label and drop Codeberg references in docs #71
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/runner-label-zhuiri"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Docs cleanup:
codeberg-tinyrunner label — replaced with the self-hostedzhuirilabelcodeberg_tokenexample secret name, the "(Codeberg / self-hosted)"heading) — the docs now just say Forgejo, which covers both Codeberg and
forge.marvin8.zone
Use zhuiri runner label in quickstart exampleto Use zhuiri runner label and drop Codeberg references in docsWuMing
Found 1 issue(s). See inline comments below.
@ -104,3 +104,3 @@jobs:ai-review:runs-on: codeberg-tinyruns-on: zhuiridocs [MEDIUM]
The quickstart now uses
runs-on: zhuiri, a custom self-hosted runner label for forge.marvin8.zone, but the surrounding docs no longer mention that this is instance-specific (the previous heading noted "Codeberg / self-hosted Forgejo"). A reader on Codeberg or another Forgejo instance cannot run this example as-is. Add a note thatzhuiriis a self-hosted label that must be replaced for other instances, or use a portable label.✅ Fixed — portability note added
README.md✅ Both the README and the wuming skill now carry a note that
zhuiriis theself-hosted label on forge.marvin8.zone and must be swapped for the reader's own
runner label elsewhere. (Kept
zhuirideliberately — these docs describe howMarvin8 runs it.)
WuMing
Found 1 issue(s). See inline comments below.
@ -8,3 +8,3 @@identity of its own: it speaks only through the code it examines.Fetches a PR diff from the Forgejo/Codeberg API, routes changed files to specialisedFetches a PR diff from the Forgejo API, routes changed files to specialiseddocs [LOW]
The sentence now says 'Forgejo API', but the same intro advertises native GitHub Actions support. When the action runs on GitHub, it will use GitHub's API rather than a Forgejo API. Consider phrasing this as 'Forgejo/GitHub API' or 'the relevant provider API' to avoid an inaccurate first sentence.
✅ Fixed — API phrasing covers GitHub too
README.md✅ Fixed — the intro (README and the wuming skill) now reads
"Forgejo/GitHub API".
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.