Skip to content

Commit 03de85e

Browse files
committed
add claude code github action workflow
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 084c91e commit 03de85e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Claude Code Integration
2+
3+
on:
4+
issue_comment:
5+
types: [ created ]
6+
pull_request_review_comment:
7+
types: [ created ]
8+
9+
jobs:
10+
claude-integration:
11+
uses: fractureinc/claude-code-github-action/.github/workflows/claude-full.yml@v0.5.6
12+
with:
13+
issue-label: 'claude-fix' # Optional: customize the trigger label
14+
secrets:
15+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)