Skip to content

Commit 721b22c

Browse files
committed
fix name
1 parent 1dbed4c commit 721b22c

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
@@ -70,7 +70,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
7070
toolsets.NewServerTool(AddSubIssue(getClient, t)),
7171
toolsets.NewServerTool(RemoveSubIssue(getClient, t)),
7272
toolsets.NewServerTool(ReprioritizeSubIssue(getClient, t)),
73-
toolsets.NewServerTool(CRUDLabel(getGQLClient, t)),
73+
toolsets.NewServerTool(Label(getGQLClient, t)),
7474
toolsets.NewServerTool(IssueLabel(getClient, t)),
7575
).AddPrompts(
7676
toolsets.NewServerPrompt(AssignCodingAgentPrompt(t)),

0 commit comments

Comments
 (0)