Use labeler, size-labeler

This commit is contained in:
shamoon
2025-04-19 16:12:10 -07:00
parent 71f3f670f5
commit 85baf9e0a1
2 changed files with 47 additions and 72 deletions

22
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
backend:
- changed-files:
- any-glob-to-any-file:
- 'src/**'
- 'pyproject.toml'
- 'uv.lock'
- 'requirements.txt'
frontend:
- changed-files:
- any-glob-to-any-file:
- 'src-ui/**'
documentation:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
ci-cd:
- changed-files:
- any-glob-to-any-file:
- '.github/**'