InvokeAI/.github/pr_labels.yml

60 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2024-03-02 10:42:04 +00:00
root:
- changed-files:
- any-glob-to-any-file: '*'
2024-03-02 10:42:04 +00:00
python-deps:
- changed-files:
- any-glob-to-any-file: 'pyproject.toml'
2024-03-02 10:42:04 +00:00
python:
- changed-files:
2024-01-22 20:14:02 +00:00
- all-globs-to-any-file:
- 'invokeai/**'
- '!invokeai/frontend/web/**'
2024-01-22 20:14:02 +00:00
2024-03-02 10:42:04 +00:00
python-tests:
2024-01-22 20:14:02 +00:00
- changed-files:
- any-glob-to-any-file: 'tests/**'
2024-03-02 10:42:04 +00:00
ci-cd:
2024-01-22 20:08:11 +00:00
- changed-files:
- any-glob-to-any-file: .github/**
2024-03-02 10:42:04 +00:00
docker:
2024-01-22 20:08:11 +00:00
- changed-files:
- any-glob-to-any-file: docker/**
2024-03-02 10:42:04 +00:00
installer:
2024-01-22 20:08:11 +00:00
- changed-files:
- any-glob-to-any-file: installer/**
2024-03-02 10:42:04 +00:00
docs:
2024-01-22 20:08:11 +00:00
- changed-files:
- any-glob-to-any-file: docs/**
2024-03-02 10:42:04 +00:00
invocations:
- changed-files:
- any-glob-to-any-file: 'invokeai/app/invocations/**'
2024-03-02 10:42:04 +00:00
backend:
- changed-files:
- any-glob-to-any-file: 'invokeai/backend/**'
2024-03-02 10:42:04 +00:00
api:
- changed-files:
- any-glob-to-any-file: 'invokeai/app/api/**'
2024-03-02 10:42:04 +00:00
services:
- changed-files:
- any-glob-to-any-file: 'invokeai/app/services/**'
2024-03-02 10:42:04 +00:00
frontend-deps:
- changed-files:
- any-glob-to-any-file:
- '**/*/package.json'
- '**/*/pnpm-lock.yaml'
2024-03-02 10:42:04 +00:00
frontend:
- changed-files:
- any-glob-to-any-file: 'invokeai/frontend/web/**'