Skip to content

Commit 5845c5d

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-6
2 parents 197ea38 + 79e534e commit 5845c5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Claude Code PR Review
2+
3+
on:
4+
issue_comment:
5+
types: [ created ]
6+
pull_request_review_comment:
7+
types: [ created ]
8+
9+
jobs:
10+
claude-review:
11+
uses: atko-cic/ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

0 commit comments

Comments
 (0)