mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-11 15:32:44 +00:00
ae1340d59b
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
34 lines
613 B
YAML
34 lines
613 B
YAML
enhancements:
|
|
- head-branch: ['^feature', 'feature']
|
|
|
|
dependencies:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'Makefile'
|
|
- changed-files:
|
|
- any-glob-to-any-file: '*.mod'
|
|
- changed-files:
|
|
- any-glob-to-any-file: '*.sum'
|
|
|
|
kind/documentation:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'docs/*'
|
|
- changed-files:
|
|
- any-glob-to-any-file: '*.md'
|
|
|
|
area/ai-model:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'gallery/*'
|
|
|
|
examples:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'examples/*'
|
|
|
|
ci:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '.github/*'
|