This repository is used for testing GitHub Actions workflows.
This is a simple file for testing pull request reviews.
This repository includes an automated code review workflow powered by Claude that provides comprehensive analysis of pull requests.
- Automated Code Review: Claude automatically reviews pull requests when triggered
- Multi-Event Support: Responds to:
- Pull request comments (issue_comment on PRs)
- Pull request review comments (pull_request_review_comment)
- Pull requests marked as ready for review (pull_request ready_for_review)
- Security-First: Only users with write, maintain, or admin permissions can trigger reviews
- Comprehensive Analysis: Reviews code quality, security, performance, testing, and documentation
- On PR Comments: Comment
@claude review
on a pull request - On Review Comments: Reply to any code review comment mentioning Claude
- Automatic on Ready: Reviews automatically trigger when a PR is marked as ready for review
- Users must have
write
,maintain
, oradmin
permissions on the repository - The workflow validates permissions before executing any review actions
The workflow requires the following secrets:
CLAUDE_CODE_OAUTH_TOKEN
: Authentication token for Claude Code actionGITHUB_TOKEN
: Automatically provided by GitHub Actions