Skip to content

Commit e5645b9

Browse files
committed
Clarify PR review workflow instruction for consistency
1 parent 26951b5 commit e5645b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/instructions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func GenerateInstructions(enabledToolsets []string) string {
3939
func getToolsetInstructions(toolset string) string {
4040
switch toolset {
4141
case "pull_requests":
42-
return "PR review workflow: Use 'create_pending_pull_request_review' → 'add_comment_to_pending_review' → 'submit_pending_pull_request_review' for complex reviews with line-specific comments."
42+
return "PR review workflow: Always use 'create_pending_pull_request_review' → 'add_comment_to_pending_review' → 'submit_pending_pull_request_review' for complex reviews with line-specific comments."
4343
case "issues":
4444
return "Issue workflow: Check 'list_issue_types' first for organizations to use proper issue types. Use 'search_issues' before creating new issues to avoid duplicates. Always set 'state_reason' when closing issues."
4545
case "notifications":

0 commit comments

Comments
 (0)