Skip to content

created README to alert user on old config usage and direction #7

created README to alert user on old config usage and direction

created README to alert user on old config usage and direction #7

Workflow file for this run

# Label for changes in the core application code
core:
- 'animal-ai/*'
# Label for changes in documentation files
documentation:
- '**/*.md'
- 'docs/**'
# Label for changes related to CI/CD workflows
ci:
- '.github/workflows/**'
# Label for YAML configuration changes
configuration:
- '**/*.yaml'
- '**/*.yml'