tldr-pages / tldr-labeler-action

Action to handle automatic PR labeling
MIT License
5 stars 0 forks source link

fix set label to translation pages #2

Closed navarroaxel closed 2 years ago

navarroaxel commented 2 years ago

Simplify regex for test directories and files. Extract testable getFileLabel function. Simplify loop over changed files. Use Array instead of Set. Remove waiting label only. Add community label for MAINTAINERS.md file. Add unit tests with jest. Add husky for run unit tests before push. Add engine to package.json to know the required runtime easier.