You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR review workflow: Always use 'pull_request_review_write' with method 'create' to create a pending review, then 'add_comment_to_pending_review' to add comments, and finally 'pull_request_review_write' with method 'submit_pending' to submit the review for complex reviews with line-specific comments.`
Before creating a pull request, search for pull request templates in the repository. Template files are called pull_request_template.md or they're located in '.github/PULL_REQUEST_TEMPLATE' directory. Use the template content to structure the PR description and then call create_pull_request tool.`
61
61
}
62
62
returnpullRequestInstructions
63
-
case"issues":
63
+
caseToolsetID("issues"):
64
64
return`## Issues
65
65
66
66
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.`
67
-
case"discussions":
67
+
caseToolsetID("discussions"):
68
68
return`## Discussions
69
69
70
70
Use 'list_discussion_categories' to understand available categories before creating discussions. Filter by category for better organization.`
0 commit comments