We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058ffe6 commit 093eb9aCopy full SHA for 093eb9a
1 file changed
.github/workflows/gemini-review.yml
@@ -131,7 +131,7 @@ jobs:
131
## Input Data
132
133
- Retrieve the GitHub repository name from the environment variable "${REPOSITORY}".
134
- - Retrieve the GitHub pull request number from the environment variable "${PULL_REQUEST_NUMBEER}".
+ - Retrieve the GitHub pull request number from the environment variable "${PULL_REQUEST_NUMBER}".
135
- Retrieve the additional user instructions and context from the environment variable "${ADDITIONAL_CONTEXT}".
136
- Use `mcp__github__get_pull_request` to get the title, body, and metadata about the pull request.
137
- Use `mcp__github__get_pull_request_files` to get the list of files that were added, removed, and changed in the pull request.
0 commit comments