mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
39 lines
761 B
YAML
39 lines
761 B
YAML
cli:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- cli/src/**
|
||
|
||
documentation:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- docs/blob/**
|
||
- docs/docs/**
|
||
- docs/src/**
|
||
- docs/static/**
|
||
|
||
🖥️web:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- web/src/**
|
||
- web/static/**
|
||
|
||
📱mobile:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- mobile/lib/**
|
||
- mobile/test/**
|
||
|
||
🗄️server:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- server/src/**
|
||
- server/test/**
|
||
|
||
🧠machine-learning:
|
||
- changed-files:
|
||
- any-glob-to-any-file:
|
||
- machine-learning/app/**
|
||
|
||
changelog:translation:
|
||
- head-branch: ['^chore/translations$']
|