From 018123b5b01572990767440c37ca23a652646984 Mon Sep 17 00:00:00 2001 From: Chang Su Date: Wed, 12 Nov 2025 00:04:20 -0800 Subject: [PATCH] [misc] Remove performance and router-benchmark label matching (#13135) --- .github/labeler.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ae841ac47..1c48b5b63 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,14 +6,6 @@ router: - changed-files: - any-glob-to-any-file: 'sgl-router/**/*' -# Router benchmarks -router-benchmark: - - changed-files: - - any-glob-to-any-file: - - 'sgl-router/benches/**/*' - - 'sgl-router/scripts/run_benchmarks.py' - - 'sgl-router/**/*bench*.rs' - # Kernel specific sgl-kernel: - changed-files: @@ -64,15 +56,6 @@ quant: - '**/awq/**/*' - '**/gptq/**/*' -# Performance related -performance: - - changed-files: - - any-glob-to-any-file: - - '**/benchmark/**/*' - - '**/benches/**/*' - - '**/perf/**/*' - - '**/*benchmark*' - # Speculative decoding speculative-decoding: - changed-files: