summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-05-03 05:22:22 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-05-03 05:22:22 +0000
commite2afdc1202d95cece585fbab599672f747625b71 (patch)
tree768d3d2158c43ad273c92a250f6c79367fac756a
parenta08e4c96514b791391c9b81ade129f6634ad57f7 (diff)
downloadopencode-e2afdc1202d95cece585fbab599672f747625b71.tar.gz
opencode-e2afdc1202d95cece585fbab599672f747625b71.zip
chore: generate
-rw-r--r--.opencode/tool/github-triage.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts
index e03b1fdd9..35db44641 100644
--- a/.opencode/tool/github-triage.ts
+++ b/.opencode/tool/github-triage.ts
@@ -40,7 +40,9 @@ export default tool({
Provide the team that should own the issue. This tool picks a random assignee from that team and does not apply labels.`,
args: {
- team: tool.schema.enum(Object.keys(TEAM) as [keyof typeof TEAM, ...(keyof typeof TEAM)[]]).describe("The owning team"),
+ team: tool.schema
+ .enum(Object.keys(TEAM) as [keyof typeof TEAM, ...(keyof typeof TEAM)[]])
+ .describe("The owning team"),
},
async execute(args) {
const issue = getIssueNumber()