mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
87b7648591
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
30 lines
503 B
YAML
30 lines
503 B
YAML
enhancements:
|
|
- head-branch: ['^feature', 'feature']
|
|
|
|
dependencies:
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'Makefile'
|
|
|
|
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/*'
|