DSA/.github/workflows/labeler.yml

29 lines
226 B
YAML
Raw Permalink Normal View History

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