Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41b5993

Browse files
authoredApr 15, 2025··
Update pkg/github/pullrequests.go
1 parent 5a7d13c commit 41b5993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/github/pullrequests.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func ListPullRequests(getClient GetClientFn, t translations.TranslationHelperFun
211211
mcp.Description("Filter by base branch"),
212212
),
213213
mcp.WithString("sort",
214-
mcp.Description("Sort by category"),
214+
mcp.Description("Sort by"),
215215
mcp.Enum("created", "updated", "popularity", "long-running"),
216216
),
217217
mcp.WithString("direction",

0 commit comments

Comments
 (0)
Please sign in to comment.