From 959a17466d4dc845b607f8a0a6150b6dd8860a56 Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Fri, 5 Dec 2025 13:48:25 -0800 Subject: [PATCH] [model-gateway] fix code owner for wasm (#14516) --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 548ca5d15..d5cfb5072 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -41,7 +41,7 @@ /sgl-model-gateway/src/routers @CatherineSue @key4ng @slin1237 /sgl-model-gateway/src/tokenizer @slin1237 @CatherineSue /sgl-model-gateway/src/tool_parser @slin1237 @CatherineSue -/sgl-model-gateway/src/wasm @tonyluj -/sgl-model-gateway/examples/wasm @tonyluj +/sgl-model-gateway/src/wasm @slin1237 +/sgl-model-gateway/examples/wasm @slin1237 /test/srt/ascend @ping1jing2 @iforgetmyname /test/srt/test_modelopt* @Edwardf0t1