1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

chore: better auto labels (#10632)

This commit is contained in:
Jason Rasmussen 2024-06-25 16:02:24 -04:00 committed by GitHub
parent df0064c83b
commit 6decf33226
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
.github/labeler.yml vendored
View file

@ -1,23 +1,35 @@
cli: cli:
- changed-files: - changed-files:
- any-glob-to-any-file: cli/** - any-glob-to-any-file:
- cli/src/**
documentation: documentation:
- changed-files: - changed-files:
- any-glob-to-any-file: docs/** - any-glob-to-any-file:
- docs/blob/**
- docs/docs/**
- docs/src/**
- docs/static/**
🖥web: 🖥web:
- changed-files: - changed-files:
- any-glob-to-any-file: web/** - any-glob-to-any-file:
- web/src/**
- web/static/**
📱mobile: 📱mobile:
- changed-files: - changed-files:
- any-glob-to-any-file: mobile/** - any-glob-to-any-file:
- mobile/lib/**
- mobile/test/**
🗄server: 🗄server:
- changed-files: - changed-files:
- any-glob-to-any-file: server/** - any-glob-to-any-file:
- server/src/**
- server/test/**
🧠machine-learning: 🧠machine-learning:
- changed-files: - changed-files:
- any-glob-to-any-file: machine-learning/** - any-glob-to-any-file:
- machine-learning/app/**