Configure labeler action
This commit is contained in:
19
.github/labeler.yml
vendored
Normal file
19
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
js:
|
||||
- snippets/js/s/*.md
|
||||
- collections/js/*.yaml
|
||||
css:
|
||||
- snippets/css/s/*.md
|
||||
- collections/css/*.yaml
|
||||
git:
|
||||
- snippets/git/s/*.md
|
||||
- collections/git/*.yaml
|
||||
python:
|
||||
- snippets/python/s/*.md
|
||||
- collections/python/*.yaml
|
||||
react:
|
||||
- snippets/react/s/*.md
|
||||
- collections/react/*.yaml
|
||||
snippet:
|
||||
- snippets/**/*.md
|
||||
collection:
|
||||
- collections/**/*.yaml
|
||||
Reference in New Issue
Block a user