mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
19 lines
340 B
YAML
19 lines
340 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'
|
||
|
|
||
|
examples:
|
||
|
- any:
|
||
|
- changed-files:
|
||
|
- any-glob-to-any-file: 'examples/*'
|
||
|
|
||
|
ci:
|
||
|
- any:
|
||
|
- changed-files:
|
||
|
- any-glob-to-any-file: '.github/*'
|