Skip to content

Commit

Permalink
Add more glob patterns for labeler (NVIDIA#5504)
Browse files Browse the repository at this point in the history
* Add more glob patterns for labeler

Signed-off-by: SeanNaren <[email protected]>

* Add CI label

Signed-off-by: SeanNaren <[email protected]>

* Add common

Signed-off-by: SeanNaren <[email protected]>

Signed-off-by: SeanNaren <[email protected]>
Signed-off-by: Hainan Xu <[email protected]>
  • Loading branch information
SeanNaren authored and Hainan Xu committed Dec 5, 2022
1 parent c4ab52d commit 5159290
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
ASR:
- nemo/collections/asr/**/*
- examples/asr/**/*
- tutorials/asr/**/*
- docs/source/asr/**/*

NLP:
- nemo/collections/nlp/**/*
- nemo/collections/nlp/**/*
- examples/nlp/**/*
- tutorials/nlp/**/*
- docs/source/nlp/**/*

Speaker Tasks:
- examples/speaker_tasks/**/*
- tutorials/speaker_tasks/**/*

TTS:
- nemo/collections/tts/**/*
- examples/tts/**/*
- tutorials/tts/**/*
- docs/source/tts/**/*

core:
- nemo/core/**/*

common:
- nemo/collections/common/**/*

CI:
- .github/**/*
- Jenkinsfile
- Dockerfile
- ci.groovy

0 comments on commit 5159290

Please sign in to comment.