Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanhao Ji <jiyuanhao@apache.org>
  • Loading branch information
shink committed Feb 27, 2025
1 parent 05f9f2e commit 21616c3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,37 @@
documentation:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- '**/*.md'

ci/build:
- changed-files:
- 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'

0 comments on commit 21616c3

Please sign in to comment.