DSA/.github/labeler.yml

29 lines
226 B
YAML
Raw Normal View History

2021-08-10 00:33:49 +00:00
documentation:
- '**/*.md'
enhancement:
- '**/*.yml'
- '**/*.yaml'
C:
- '**/*.c'
C++:
- '**/*.cpp'
Go:
- '**/*.go'
Java:
- '**/*.java'
Python:
- '**/*.py'
JavaScript:
- '**/*.js'
C#:
- '**/*.cs'