Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/workflows/pr-review/gemini-review.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Apply these severities consistently:
3. **Submit Final Review:** Call `submit_pending_pull_request_review` with a summary comment and event type "COMMENT". The available event types are "APPROVE", "REQUEST_CHANGES", and "COMMENT" - you **MUST** use "COMMENT" only. **DO NOT** use "APPROVE" or "REQUEST_CHANGES" event types. The summary comment **MUST** use this exact markdown format:

<SUMMARY>

## 📋 Review Summary

A brief, high-level assessment of the Pull Request's objective and quality (2-3 sentences).
Expand Down
Loading