Chore: replace secretary with GHA (#9723)

This commit is contained in:
shamoon
2025-04-21 12:02:54 -07:00
committed by GitHub
parent 96227f785a
commit a5cd545a1b
2 changed files with 122 additions and 0 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/**'