From a3aec8050586bb79364a05b0514acc8870ccc440 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 13 Jul 2026 04:36:05 +0000 Subject: [PATCH] chore: remove starptech from triage assignees --- .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 f25ca48b38..35db44641e 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", "starptech"], - inference: ["fwang", "MrMushrooooom", "starptech"], + core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton"], + inference: ["fwang", "MrMushrooooom"], windows: ["Hona"], } as const