Commit 9ea5bae
authored
feat: add Claude Code PR Review workflow (#1415)
### 🔄 Changes
- A new GitHub Actions workflow, `claude-code-review.yml`, was added.
- This workflow uses the `auth0/auth0-ai-pr-analyzer-gh-action` action
to perform code reviews.
- The workflow is triggered by pull request reviews and issue comments.
### 💥 Impact
- This change will automate code reviews using Claude.
- This will improve code quality and reduce review time.
- There should be no performance impact.
### 📋 Checklist
- [ ] Code follows the project's coding standards
- [ ] Tests have been added/updated
- [ ] Documentation has been updated
- [ ] All tests are passing1 parent 06bc782 commit 9ea5bae
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments