mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
7e6bf6e7a1
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
25 lines
423 B
YAML
25 lines
423 B
YAML
enhancements:
|
|
- head-branch: ['^feature', 'feature']
|
|
|
|
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/*'
|