Commit 1d3c235
feat: add Claude Code PR Review workflow (#2679)
### Changes
* Added new GitHub Actions workflow configuration for **Claude Code PR
Review**
* Created `.github/workflows/claude-code-review.yml` with automated code
review setup
* Configured workflow triggers for:
* Issue comments
* Pull request review comments
* Pull request reviews
* Set appropriate permissions for `contents`, `issues`, `pull-requests`,
and `id-token`
* Integrated with reusable workflow from
`auth0/auth0-ai-pr-analyzer-gh-action`
### Testing
* Verified workflow syntax and structure aligns with GitHub Actions best
practices
* Confirmed that trigger events are correctly set for comment-based
interactions
### Impact
* Enables automated **AI-powered code review** using Claude
* Provides instant feedback on PRs via intelligent analysis
* Enhances developer experience with additional review insights
* Improves code quality through consistent, automated reviews
* Reduces manual review workload while maintaining standards
* Speeds up the PR process and supports faster development cycles
Co-authored-by: Gyanesh Gouraw <160731216+gyaneshgouraw-okta@users.noreply.github.com>1 parent 71a9043 commit 1d3c235
1 file changed
+18
-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 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments