We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd92453 commit 79e534eCopy full SHA for 79e534e
1 file changed
.github/workflows/claude-code-review.yml
@@ -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
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