Skip to content

feat: add claude-assistant reusable workflow - #9

Merged
twistedmelonman merged 2 commits into
mainfrom
claude/centralize-claude-assistant-20260306
Mar 7, 2026
Merged

twistedmelonman merged 2 commits into
mainfrom
claude/centralize-claude-assistant-20260306

Conversation

@twistedmelonman

Copy link
Copy Markdown
Member

Extracts the Claude Code Action invocation into a centralized workflow_call reusable workflow. Consumer repos replace their full claude.yml with a thin caller (~20 lines) that keeps the author_association security guard locally while delegating implementation here.

Changes

  • New: .github/workflows/claude-assistant.yml (reusable workflow_call workflow)
  • Updated: .github/workflows/claude.yml (now a thin caller — this repo is its own first consumer)

What callers look like

See the usage comment at the top of claude-assistant.yml.

Next step after merge

Advance v1 tag, then update 9 consumer repos via GitHub API.

🤖 Generated with Claude Code

twistedmelonman and others added 2 commits March 6, 2026 16:56
Extract Claude Code Action invocation into a workflow_call reusable
workflow. All consumer repos can now use a thin caller that delegates
implementation here, keeping the author_association security guard
per-repo while centralizing the checkout + action steps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Per project convention, third-party actions must be pinned to full
commit SHAs to prevent supply-chain attacks via tag mutation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@twistedmelonman
twistedmelonman merged commit 378ad98 into main Mar 7, 2026
4 checks passed
@twistedmelonman
twistedmelonman deleted the claude/centralize-claude-assistant-20260306 branch March 7, 2026 01:18
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