Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fcf81e

Browse files
Update pkg/github/pullrequests.go
Co-authored-by: Sam Morrow <sammorrowdrums@github.com>
1 parenta06ca21 commit6fcf81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/github/pullrequests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ func CreatePullRequest(getClient GetClientFn, t translations.TranslationHelperFu
12521252
// tool if the configured host does not support it.
12531253
funcRequestCopilotReview(getClientGetClientFn,t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
12541254
returnmcp.NewTool("request_copilot_review",
1255-
mcp.WithDescription(t("TOOL_REQUEST_COPILOT_REVIEW_DESCRIPTION","Request a GitHub Copilot review for a pull request.Note: This feature dependsonGitHub API support and may not be available for all users.")),
1255+
mcp.WithDescription(t("TOOL_REQUEST_COPILOT_REVIEW_DESCRIPTION","Request a GitHub Copilotcodereview for a pull request.Use this for automated feedbackonpull requests, usually before requesting a human reviewer.")),
12561256
mcp.WithToolAnnotation(mcp.ToolAnnotation{
12571257
Title:t("TOOL_REQUEST_COPILOT_REVIEW_USER_TITLE","Request Copilot review"),
12581258
ReadOnlyHint:toBoolPtr(false),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp