parent
f5a56bef97
commit
20a4b9503d
@ -1,12 +1,34 @@
|
|||||||
---
|
---
|
||||||
# this is a config file for the github action labeler
|
documentation:
|
||||||
|
- changed-files:
|
||||||
# Add 'label1' to any changes within 'example' folder or any subfolders
|
- any-glob-to-any-file: ["docs/**", "*.md"]
|
||||||
example_change:
|
tests:
|
||||||
- example/**
|
- changed-files:
|
||||||
# Add 'label2' to any file changes within 'example2' folder
|
- any-glob-to-any-file: "tests/**"
|
||||||
example2_change: example2/*
|
agents:
|
||||||
# Add label3 to any change to .txt files within the entire repository.
|
- changed-files:
|
||||||
# Quotation marks are required for the leading asterisk
|
- any-glob-to-any-file: "swarms/agents/**"
|
||||||
text_files:
|
artifacts:
|
||||||
- '**/*.txt'
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/artifacts/**"
|
||||||
|
memory:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/memory/**"
|
||||||
|
models:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/models/**"
|
||||||
|
prompts:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/prompts/**"
|
||||||
|
structs:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/structs/**"
|
||||||
|
telemetry:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/telemetry/**"
|
||||||
|
tools:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/tools/**"
|
||||||
|
utils:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "swarms/utils/**"
|
||||||
|
Loading…
Reference in new issue