Parcourir la source

chore: generate

opencode-agent[bot] il y a 4 mois
Parent
commit
e2afdc1202
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .opencode/tool/github-triage.ts

+ 3 - 1
.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.`,
 Provide the team that should own the issue. This tool picks a random assignee from that team and does not apply labels.`,
   args: {
   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) {
   async execute(args) {
     const issue = getIssueNumber()
     const issue = getIssueNumber()