mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 09:53:40 -05:00
feat: initial application release
This commit is contained in:
21
.github/labeler.yml
vendored
Normal file
21
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
github_actions:
|
||||
- ".github/**"
|
||||
dev_container:
|
||||
- ".devcontainer/**"
|
||||
configuration:
|
||||
- ".*"
|
||||
- "*.js"
|
||||
- "*.json"
|
||||
- "*.toml"
|
||||
- "*.yaml"
|
||||
- "*.yml"
|
||||
documentation:
|
||||
- "**.md"
|
||||
- "docs/**"
|
||||
- LICENSE
|
||||
python:
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
dependencies:
|
||||
- "*.lock"
|
||||
Reference in New Issue
Block a user