Skip to content

Commit 3545fdc

Browse files
committed
fix: address review feedback for PR reviewer rules
- Fixed inconsistent command reference: changed 'gh pr reviews' to 'gh api repos/[owner]/[repo]/pulls/[PR_NUMBER]/reviews' - Removed invalid JSON comment syntax '// Add more comments as needed' from example
1 parent 4f1b0a5 commit 3545fdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.roo/rules-pr-reviewer/1_workflow.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
Also fetch review details:
127127
<execute_command>
128-
<command>gh pr reviews [PR_NUMBER] --repo [owner]/[repo]</command>
128+
<command>gh api repos/[owner]/[repo]/pulls/[PR_NUMBER]/reviews</command>
129129
</execute_command>
130130

131131
Create a mental or written list of:
@@ -395,7 +395,6 @@
395395
"line": [line_number],
396396
"side": "RIGHT"
397397
}
398-
// Add more comments as needed
399398
]
400399
}
401400
EOF</command>

0 commit comments

Comments
 (0)