docs(actions): point consumer paths at the documentation repo#74
Merged
Conversation
The actions live in megaeth-labs/documentation, not mega-agents. Correct the consumer usage paths, the auto-deploy note, and the dogfood description so consumers reference the repo that actually hosts these actions.
Contributor
There was a problem hiding this comment.
✅ Clean
-
Reviewed the README path fix in
.github/actions/README.md(consumeruses:paths, auto-deploy note, and dogfood description now correctly referencemegaeth-labs/documentation). -
Verified no remaining
mega-agentsreferences under.github/and confirmed the four actions exist (claude-interactive,claude-pr-review,claude-label-check,claude-issue-triage) under.github/actions/, so the README now matches reality. -
No new actionable findings.
-
Still open from earlier reviews: none.
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 shared Claude CI composite actions live in
megaeth-labs/documentation/.github/actions/, but.github/actions/README.mdtold consumers to referencemegaeth-labs/mega-agents/.github/actions/...@main— a repo that does not host them. Any consumer following the README verbatim would fail to resolve the action.claude-interactive,claude-pr-review,claude-label-check,claude-issue-triage) and the exampleuses:tomegaeth-labs/documentation/....documentationmaingoes live") and the dogfood description ("Documentation dogfoods … every PR to documentation").Docs-only; no action behavior changes.
Test plan
grep mega-agents .github/actions/README.mdreturns nothing.--checkand markdownlint-cli2 pass on the README.This PR was generated by an automated agent.