diff --git a/.roo/rules-pr-reviewer/1_workflow.xml b/.roo/rules-pr-reviewer/1_workflow.xml index 1fab579dfe1..444694a5209 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 - <