We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d3c5e commit 7aced2bCopy full SHA for 7aced2b
pkg/github/tools.go
@@ -70,7 +70,6 @@ func InitToolsets(passedToolsets []string, readOnly bool, getClient GetClientFn,
70
toolsets.NewServerTool(CreatePullRequest(getClient, t)),
71
toolsets.NewServerTool(UpdatePullRequest(getClient, t)),
72
toolsets.NewServerTool(AddPullRequestReviewComment(getClient, t)),
73
-
74
toolsets.NewServerTool(RequestCopilotReview(getClient, t)),
75
)
76
codeSecurity := toolsets.NewToolset("code_security", "Code security related tools, such as GitHub Code Scanning").
0 commit comments