Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@leehagoodjames
Copy link
Contributor

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

@leehagoodjames leehagoodjames requested review from a team as code owners August 8, 2025 23:29
@leehagoodjames leehagoodjames enabled auto-merge (squash) August 8, 2025 23:29
@leehagoodjames leehagoodjames merged commit fa814da into google-github-actions:main Aug 8, 2025
9 checks passed
google-github-actions-bot added a commit that referenced this pull request Aug 14, 2025
## What's Changed
* Highlight core tools and mcp servers in configuration docs by @jerop
in #160
* feat(/review): support pull_request_review &
pull_request_review_comment events by @leehagoodjames in
#161
* Github-workflow to automate validation of new PRs based on
Contribution Guidelines of the repository by @jasmeetsb in
#162
* fix: Update gemini-issue-automated-triage.yml by @teolemon in
#165
* Add instruction for code review limit. by @aliciatang07 in
#168
* feat(logging): Enable debug logging across all workflows and
gemini-cli by @leehagoodjames in
#178
* feat(workflows): reduce restrictions for invoking workflows for
private repos by @leehagoodjames in
#177
* fix(runner): capture stderr and stdout after command finishes by
@sethvargo in
#183
* chore(logging): only enable Gemini debug when DEBUG is set by
@sethvargo in
#180
* feat: improve gemini issue triage workflow by @jerop in
#171

## New Contributors
* @jasmeetsb made their first contribution in
#162
* @teolemon made their first contribution in
#165

**Full Changelog**:
v0.1.10...v0.1.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Auto-generated workflows fail to retrieve PR details for pull_request_review_comment and pull_request_review events

2 participants