Skip to content

Add Claude Code workflow for @claude mentions in issues#1

Merged
builtbyrobben merged 1 commit intomainfrom
add-claude-workflow
Feb 1, 2026
Merged

Add Claude Code workflow for @claude mentions in issues#1
builtbyrobben merged 1 commit intomainfrom
add-claude-workflow

Conversation

@builtbyrobben
Copy link
Owner

This PR adds a GitHub Actions workflow that allows tagging @claude in issues.

Features:

  • Responds to @claude mentions in issues and issue comments
  • Does NOT perform automatic code reviews (configurable per your request)
  • Requires ANTHROPIC_API_KEY to be set in repository secrets

Next steps after merge:

  1. Install Claude GitHub App: https://github.com/apps/claude
  2. Add ANTHROPIC_API_KEY to repository secrets
  3. Tag @claude in any issue to test

This workflow:
- Triggers only when @claude is mentioned in issues or issue comments
- Does NOT perform automatic code reviews on PRs
- Uses CLAUDE_CODE_OAUTH_TOKEN for Claude Max/Pro subscription (no API key needed)

To use:
1. Generate OAuth token: Run 'claude setup-token' in Claude Code CLI
2. Add token to repo secrets as CLAUDE_CODE_OAUTH_TOKEN
3. Install Claude GitHub App: https://github.com/apps/claude
4. Tag @claude in any issue to test
@builtbyrobben builtbyrobben merged commit 5035a6b into main Feb 1, 2026
8 of 42 checks passed
@builtbyrobben builtbyrobben deleted the add-claude-workflow branch February 1, 2026 02:55
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