Skip to content

Use the shared Claude summons workflow - #114

Open
rsanheim wants to merge 3 commits into
mainfrom
rjs/shared-claude-summons
Open

Use the shared Claude summons workflow#114
rsanheim wants to merge 3 commits into
mainfrom
rjs/shared-claude-summons

Conversation

@rsanheim

@rsanheim rsanheim commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summons-only Claude for plur: responds to @claude, no automatic reviewer.

  • claude.yml rewritten against claude-code-action@v1 (was @beta).
  • claude-code-review.yml deleted — no token was ever set, so every run was skipped.

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):

  1. /install-github-app (choose Skip for now at the workflow step)
  2. claude setup-token, then gh secret set CLAUDE_CODE_OAUTH_TOKEN --repo rsanheim/plur — a fresh token for this repo, not a private repo's
  3. Merge, then verify on the next PR; the action validates against the default branch

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant