From 0b9010a6884d694389becdb45dbe88b80cf747b3 Mon Sep 17 00:00:00 2001 From: Daniel <57051444+daniel-lxs@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:49:41 -0500 Subject: [PATCH] Remove event types mention from PR reviewer rules (#6428) --- .roo/rules-pr-reviewer/1_workflow.xml | 11 +++-------- .roo/rules-pr-reviewer/2_best_practices.xml | 2 +- .roo/rules-pr-reviewer/3_common_mistakes_to_avoid.xml | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.roo/rules-pr-reviewer/1_workflow.xml b/.roo/rules-pr-reviewer/1_workflow.xml index 1fab579dfe..444694a520 100644 --- a/.roo/rules-pr-reviewer/1_workflow.xml +++ b/.roo/rules-pr-reviewer/1_workflow.xml @@ -387,7 +387,7 @@ { "commit_id": "[headRefOid from Step 2]", "body": "Thank you for your contribution! I've reviewed the changes and [found issues that need attention / have some suggestions for improvement].", - "event": "[COMMENT|REQUEST_CHANGES|APPROVE]", + "event": "COMMENT", "comments": [ { "path": "[file/path/to/code.ts]", @@ -402,18 +402,13 @@ EOF The review will be created with all inline comments attached to specific lines of code. - Note on event types: - - "COMMENT": Submit general feedback without approval/rejection - - "REQUEST_CHANGES": Request changes be made before merging - - "APPROVE": Approve the PR for merging - - Example for a review requesting changes: + Example for a review: gh api -X POST repos/RooCodeInc/Roo-Code/pulls/6378/reviews --input - <