diff --git a/.github/labeler.yml b/.github/labeler.yml index e0e6691b14c6..77ac8cc68cb7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,12 +3,14 @@ ASR: - examples/asr/**/* - tutorials/asr/**/* - docs/source/asr/**/* +- tests/collections/asr/** NLP: - nemo/collections/nlp/**/* - examples/nlp/**/* - tutorials/nlp/**/* - docs/source/nlp/**/* +- tests/collections/nlp/** Speaker Tasks: - examples/speaker_tasks/**/* @@ -16,12 +18,18 @@ Speaker Tasks: TTS: - nemo/collections/tts/**/* +- nemo/collections/common/tokenizers/text_to_speech/** - examples/tts/**/* - tutorials/tts/**/* - docs/source/tts/**/* +- scripts/dataset_processing/tts/** +- scripts/tts_dataset_files/** +- tests/collections/tts/** +- tests/collections/common/tokenizers/text_to_speech/** core: - nemo/core/**/* +- tests/core/** common: - nemo/collections/common/**/*