Skip to content

Commit 1c5bc81

Browse files
committed
Move search prs to prs toolset
1 parent c9bfb1d commit 1c5bc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
5151
AddReadTools(
5252
toolsets.NewServerTool(GetIssue(getClient, t)),
5353
toolsets.NewServerTool(SearchIssues(getClient, t)),
54-
toolsets.NewServerTool(SearchPullRequests(getClient, t)),
5554
toolsets.NewServerTool(ListIssues(getClient, t)),
5655
toolsets.NewServerTool(GetIssueComments(getClient, t)),
5756
).
@@ -70,6 +69,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
7069
toolsets.NewServerTool(GetPullRequest(getClient, t)),
7170
toolsets.NewServerTool(ListPullRequests(getClient, t)),
7271
toolsets.NewServerTool(GetPullRequestFiles(getClient, t)),
72+
toolsets.NewServerTool(SearchPullRequests(getClient, t)),
7373
toolsets.NewServerTool(GetPullRequestStatus(getClient, t)),
7474
toolsets.NewServerTool(GetPullRequestComments(getClient, t)),
7575
toolsets.NewServerTool(GetPullRequestReviews(getClient, t)),

0 commit comments

Comments
 (0)