neopy-neorvc / .github /labeler.yml
NeoPy's picture
Upload folder using huggingface_hub
8bb5911 verified
raw
history blame contribute delete
197 Bytes
# Labeler configuration
"Backend":
- src/backend/*
- src/models/*
"Frontend":
- src/frontend/*
- src/static/*
"Documentation":
- docs/*
- README.md
"Tests":
- tests/*
- src/tests/*