Files
obsidian-metadata/.github/labeler.yml
2023-01-22 16:55:46 +00:00

22 lines
305 B
YAML

---
github_actions:
- ".github/**"
dev_container:
- ".devcontainer/**"
configuration:
- ".*"
- "*.js"
- "*.json"
- "*.toml"
- "*.yaml"
- "*.yml"
documentation:
- "**.md"
- "docs/**"
- LICENSE
python:
- "src/**"
- "tests/**"
dependencies:
- "*.lock"