Skip to content

Commit

Permalink
Fix labeler paths and labels (#849)
Browse files Browse the repository at this point in the history
Update labeler action labels (to include 'auto') and paths.

---------

Co-authored-by: reuvenp <[email protected]>
  • Loading branch information
reuvenperetz and reuvenp authored Oct 31, 2023
1 parent 143f090 commit 6a2b96b
Showing 1 changed file with 34 additions and 12 deletions.
46 changes: 34 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,40 @@
# Add 'test' label to any change in tests dir
test:
- tests/*
auto:tests:
- tests/**

common:
- model_compression_toolkit/core/common/*
auto:docs:
- docs/**

keras:
- model_compression_toolkit/core/keras/*
auto:docsrc:
- docsrc/**

pytorch:
- model_compression_toolkit/core/pytorch/*
auto:core:
- model_compression_toolkit/core/**

docs:
- docs/*
auto:data_generation:
- model_compression_toolkit/data_generation/**

auto:exporter:
- model_compression_toolkit/exporter/**

auto:gptq:
- model_compression_toolkit/gptq/**

auto:legacy:
- model_compression_toolkit/legacy/**

auto:ptq:
- model_compression_toolkit/ptq/**

auto:qat:
- model_compression_toolkit/qat/**

auto:target_platform_capabilities:
- model_compression_toolkit/target_platform_capabilities/**

auto:trainable_infrastructure:
- model_compression_toolkit/trainable_infrastructure/**

auto:tutorials:
- tutorials/**

docsrc:
- docsrc/*

0 comments on commit 6a2b96b

Please sign in to comment.