Description
Implement the GitHub Actions workflow to automate PR reviews.
Acceptance Criteria
Technical Details
- Create a GitHub Actions workflow file (.github/workflows/pr-review.yml)
- Configure appropriate triggers (PR creation, updates)
- Set up Node.js environment
- Configure secrets and permissions
- Implement workflow that runs after CI checks pass
- Handle and report errors appropriately
Description
Implement the GitHub Actions workflow to automate PR reviews.
Acceptance Criteria
Technical Details