We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff2ff0 commit cf42c26Copy full SHA for cf42c26
.github/workflows/claude-code-review.yml
@@ -0,0 +1,13 @@
1
+name: Claude Code PR Review
2
+
3
+on:
4
+ issue_comment:
5
+ types: [ created ]
6
+ pull_request:
7
+ types: [ opened, ready_for_review ]
8
+ pull_request_review:
9
+ types: [ submitted ]
10
11
+jobs:
12
+ claude-review:
13
+ uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main
0 commit comments