From 4f2b73baf640f1ba58c105f66b63ec65dd565a6c Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Fri, 30 Jan 2026 01:58:54 +0800 Subject: [PATCH] [MUSA] Add labeler config (#17923) Signed-off-by: Xiaodong Ye --- .github/labeler.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3994d1d12..21970fd74 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -108,3 +108,10 @@ deterministic: piecewise-cuda-graph: - changed-files: - any-glob-to-any-file: 'python/sglang/srt/compilation/**/*' + +# Moore Threads specific +mthreads: + - changed-files: + - any-glob-to-any-file: + - '**/*mthreads*' + - '**/*musa*'