From 89bef6d3b1f02d3ba3d4b024e945d03d1252aac9 Mon Sep 17 00:00:00 2001 From: Yuanhao Ji Date: Wed, 26 Feb 2025 09:14:43 +0000 Subject: [PATCH] update --- .github/labeler.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5637eba5..cf82d002 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,6 +2,7 @@ documentation: - changed-files: - any-glob-to-any-file: + - 'docs/**' - '**/*.md' ci/build: @@ -9,3 +10,29 @@ ci/build: - any-glob-to-any-file: - '.github/actions/*.yml' - '.github/workflows/*.yml' + +'module:tests': + - changed-files: + - any-glob-to-any-file: + - 'tests/**' + +'module:tools': + - changed-files: + - any-glob-to-any-file: + - 'tools/**' + +'module:ops': + - changed-files: + - any-glob-to-any-file: + - 'vllm_ascend/ops/**' + +'module:quantization': + - changed-files: + - any-glob-to-any-file: + - 'vllm_ascend/quantization/**' + +'module:core': + - changed-files: + - any-glob-to-any-file: + - 'vllm_ascend/*.py' +