Remove unused labels and milestone parameters from tea_issue_create
This commit is contained in:
@@ -5,8 +5,6 @@ export default tool({
|
||||
args: {
|
||||
title: tool.schema.string().describe("Issue title"),
|
||||
description: tool.schema.string().optional().describe("Issue description (supports markdown)"),
|
||||
labels: tool.schema.string().optional().describe("Comma-separated list of labels"),
|
||||
milestone: tool.schema.string().optional().describe("Milestone name"),
|
||||
},
|
||||
async execute(args) {
|
||||
const result = await Bun.$`tea issues create -t ${args.title} -d ${args.description}`.text()
|
||||
|
||||
Reference in New Issue
Block a user