Skip to content

Claude Code Integration #11

Claude Code Integration

Claude Code Integration #11

name: Claude Code Integration
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
# This demonstrates how to use the reusable workflow for comment-based interactions
jobs:
claude-integration:
uses: fractureinc/claude-code-github-action/.github/workflows/claude-full.yml@v0.5.4

Check failure on line 12 in .github/workflows/example-minimal.yml

View workflow run for this annotation

GitHub Actions / Claude Code Integration

Invalid workflow file

The workflow is not valid. .github/workflows/example-minimal.yml (Line: 12, Col: 11): Secret GH_TOKEN is required, but not provided while calling.
with:
# Optional customizations:
issue-label: 'claude-fix' # The label used to trigger issue fixes
branch-prefix: 'fix' # Prefix for branches created for fixes
debug-mode: false # Set to true for verbose logging
strict-mode: true # Set to false to allow Claude to make additional improvements
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}