# aiPullRequestReview

This step reviews a GitHub pull request.

## Parameters

| Name            | Description                                                                 | Type     | Default  | Required |
|-----------------|-----------------------------------------------------------------------------|----------|----------|----------|
| githubRepoName  | Repo name to perform scan for in the format 'theorchard/repo'               | `String` | GIT_URL  | no       |
| projectType     | Predefined repo type and prompt ('python', 'javascript', 'php', etc)        | `String` | `generic`| no       |
| reviewImage     | Review image override                                                       | `String` | ECR_REPO | no       |
| reviewImageTag  | The tag of the `pull-request-review-tools` image to use to perform the scan | `String` | `latest` | no       |
