From d03e6cedde09d3e7ec31ea944d774176160c5b78 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 26 Apr 2026 11:18:47 -0400 Subject: [PATCH] ci: update team assignments in github-triage Update team member assignments in the triage tool: - Remove thdxr from tui and core teams - Add simonklee to tui team - Add kitlangton to core team --- .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 dcbfc8d054..56886808a4 100644 --- a/.opencode/tool/github-triage.ts +++ b/.opencode/tool/github-triage.ts @@ -3,8 +3,8 @@ import { tool } from "@opencode-ai/plugin" const TEAM = { desktop: ["adamdotdevin", "iamdavidhill", "Brendonovich", "nexxeln"], zen: ["fwang", "MrMushrooooom"], - tui: ["thdxr", "kommander", "rekram1-node"], - core: ["thdxr", "rekram1-node", "jlongster"], + tui: ["kommander", "rekram1-node", "simonklee"], + core: ["kitlangton", "rekram1-node", "jlongster"], docs: ["R44VC0RP"], windows: ["Hona"], } as const