mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
60 lines
1.0 KiB
YAML
60 lines
1.0 KiB
YAML
Root:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '*'
|
|
|
|
PythonDeps:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'pyproject.toml'
|
|
|
|
Python:
|
|
- changed-files:
|
|
- all-globs-to-any-file:
|
|
- 'invokeai/**'
|
|
- '!invokeai/frontend/web/**'
|
|
|
|
PythonTests:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'tests/**'
|
|
|
|
CICD:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/**
|
|
|
|
Docker:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docker/**
|
|
|
|
Installer:
|
|
- changed-files:
|
|
- any-glob-to-any-file: installer/**
|
|
|
|
Documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**
|
|
|
|
Invocations:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'invokeai/app/invocations/**'
|
|
|
|
Backend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'invokeai/backend/**'
|
|
|
|
Api:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'invokeai/app/api/**'
|
|
|
|
Services:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'invokeai/app/services/**'
|
|
|
|
FrontendDeps:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*/package.json'
|
|
- '**/*/pnpm-lock.yaml'
|
|
|
|
Frontend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'invokeai/frontend/web/**'
|