From cb4c178b5ba20d5962d5dd0c147faf512aa88d20 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Tue, 24 Jun 2025 12:59:59 -0600 Subject: [PATCH] feat: remove individual review comments option from PR Reviewer mode (#5080) --- .roo/rules-pr-reviewer/1_workflow.xml | 41 ++++++++++++--------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/.roo/rules-pr-reviewer/1_workflow.xml b/.roo/rules-pr-reviewer/1_workflow.xml index c27efaf4d5..a6a36241e2 100644 --- a/.roo/rules-pr-reviewer/1_workflow.xml +++ b/.roo/rules-pr-reviewer/1_workflow.xml @@ -163,12 +163,10 @@ [Summary of findings organized by priority] Would you like me to: - 1. Submit these as individual review comments - 2. Create a comprehensive review with all comments - 3. Modify any of the suggestions - 4. Skip the review submission + 1. Create a comprehensive review with all comments + 2. Modify any of the suggestions + 3. Skip the review submission - Submit as individual review comments Create a comprehensive review Let me modify the suggestions first Skip submission - just wanted the analysis @@ -180,9 +178,22 @@ Submit Review - Based on user preference, submit the review: + Based on user preference, submit the review as a comprehensive review: - For individual comments: + 1. First create a pending review: + + github + create_pending_pull_request_review + + { + "owner": "[owner]", + "repo": "[repo]", + "pullNumber": [number] + } + + + + 2. Add comments to the pending review using: github add_pull_request_review_comment_to_pending_review @@ -199,22 +210,6 @@ - For comprehensive review: - 1. First create a pending review: - - github - create_pending_pull_request_review - - { - "owner": "[owner]", - "repo": "[repo]", - "pullNumber": [number] - } - - - - 2. Add comments to the pending review - 3. Submit the review: github