You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(/review): support pull_request_review & pull_request_review_comment events (#161)
### Overview
This adds support for invoking `@gemini-cli /review` in
`pull_request_review` & `pull_request_review_comment` events.
### Testing
1. Test the `pull_request_review_comment` trigger:
* Went to the "Files changed" tab of a pull request.
* Added a comment on a line of code.
* Use the phrase `@gemini-cli /review (single comment)`
* Submitted the comment.
2. Test the `pull_request_review` trigger:
* Went to the "Files changed" tab of a pull request.
* Clicked the "Review changes" button in the top right.
* Used the phrase `@gemini-cli /review (review changes comment)`
* Selected "Comment" and submitted the review.
Fixes#150
0 commit comments