Skip to content

Commit 6349ccb

Browse files
authored
Fix typo in gemini-pr-review.yml (#112)
Fix typo in gemini-pr-review.yml Signed-off-by: Teerapat Jenrungrot <[email protected]>
1 parent 9e97ab8 commit 6349ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
* Security: Identify potential vulnerabilities (e.g., insecure storage, injection attacks,
298298
insufficient access controls).
299299
300-
### Miscellanous Considerations
300+
### Miscellaneous Considerations
301301
* Testing: Ensure adequate unit tests, integration tests, and end-to-end tests. Evaluate
302302
coverage, edge case handling, and overall test quality.
303303
* Performance: Assess performance under expected load, identify bottlenecks, and suggest
@@ -352,7 +352,7 @@ jobs:
352352
1. Creating a pending review: Use the mcp__github__create_pending_pull_request_review to create a Pending Pull Request Review.
353353
354354
2. Adding review comments:
355-
2.1 Use the mcp__github__add_comment_to_pending_review to add comments to the Pending Pull Request Review. Inline comments are preffered whenever possible, so repeat this step, calling mcp__github__add_comment_to_pending_review, as needed. All comments about specific lines of code should use inline comments. It is preferred to use code suggestions when possible, which include a code block that is labeled "suggestion", which contains what the new code should be. All comments should also have a piority. They syntax is:
355+
2.1 Use the mcp__github__add_comment_to_pending_review to add comments to the Pending Pull Request Review. Inline comments are preffered whenever possible, so repeat this step, calling mcp__github__add_comment_to_pending_review, as needed. All comments about specific lines of code should use inline comments. It is preferred to use code suggestions when possible, which include a code block that is labeled "suggestion", which contains what the new code should be. All comments should also have a priority. They syntax is:
356356
Normal Comment Syntax:
357357
<COMMENT>
358358
{{PRIORITY}} {{COMMENT_TEXT}}

0 commit comments

Comments
 (0)