From 6cb6cd287648255e837d3677274ea64430844754 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Tue, 19 May 2026 19:48:05 +0200 Subject: [PATCH] chore(triage): add 'starptech' to core and inference teams --- .opencode/tool/github-triage.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts index 35db44641ee6..f25ca48b384b 100644 --- a/.opencode/tool/github-triage.ts +++ b/.opencode/tool/github-triage.ts @@ -4,8 +4,8 @@ import { tool } from "@opencode-ai/plugin" const TEAM = { tui: ["kommander", "simonklee"], desktop_web: ["Hona", "Brendonovich"], - core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton"], - inference: ["fwang", "MrMushrooooom"], + core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton", "starptech"], + inference: ["fwang", "MrMushrooooom", "starptech"], windows: ["Hona"], } as const