Use labeler, size-labeler

This commit is contained in:
shamoon
2025-04-19 16:12:10 -07:00
parent 828ef2ca9c
commit e63907cb88
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/**'