Use the shared Claude summons workflow - #114
Open
rsanheim wants to merge 3 commits into
Open
Conversation
Point claude.yml at the reusable workflow in rsanheim/infra, replacing the copy that still used claude-code-action@beta. Drop claude-code-review.yml. It ran on a `/claude review` comment with no OAuth token set, so every run since it landed was skipped. plur stays summons-only: Claude responds to an `@claude` mention and nothing else.
GitHub shares components in a private repo only with other private repos. plur is public, so `uses: rsanheim/infra/...` fails at workflow resolution before Claude starts. Carry the job body here and note why.
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.
Summons-only Claude for plur: responds to
@claude, no automatic reviewer.claude.ymlrewritten againstclaude-code-action@v1(was@beta).claude-code-review.ymldeleted — no token was ever set, so every run wasskipped.Copied rather than called: private-repo workflows are shareable only with private repos and plur is public.
Setup before this works — see
infra/.github/workflows/README.md(rsanheim/infra#97):/install-github-app(choose Skip for now at the workflow step)claude setup-token, thengh secret set CLAUDE_CODE_OAUTH_TOKEN --repo rsanheim/plur— a fresh token for this repo, not a private repo's