Skip to content

Commit 7aced2b

Browse files
Update pkg/github/tools.go
Co-authored-by: Sam Morrow <sammorrowdrums@github.com>
1 parent a6d3c5e commit 7aced2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func InitToolsets(passedToolsets []string, readOnly bool, getClient GetClientFn,
7070
toolsets.NewServerTool(CreatePullRequest(getClient, t)),
7171
toolsets.NewServerTool(UpdatePullRequest(getClient, t)),
7272
toolsets.NewServerTool(AddPullRequestReviewComment(getClient, t)),
73-
7473
toolsets.NewServerTool(RequestCopilotReview(getClient, t)),
7574
)
7675
codeSecurity := toolsets.NewToolset("code_security", "Code security related tools, such as GitHub Code Scanning").

0 commit comments

Comments
 (0)