widgettdc-api / .github /labeler.yml
Kraft102's picture
fix: sql.js Docker/Alpine compatibility layer for PatternMemory and FailureMemory
5a81b95
# Area Labels
frontend:
- changed-files:
- any-glob-to-any-file: ['apps/matrix-frontend/**']
backend:
- changed-files:
- any-glob-to-any-file: ['apps/backend/**']
shared:
- changed-files:
- any-glob-to-any-file: ['packages/shared/**']
# Type Labels
documentation:
- changed-files:
- any-glob-to-any-file: ['**/*.md', 'docs/**']
configuration:
- changed-files:
- any-glob-to-any-file: ['**/*.json', '**/*.yml', '**/*.yaml', '.github/**']
# Specific Agents/Features
agent-system:
- changed-files:
- any-glob-to-any-file: ['**/agents/**', '**/mcp/**']
database:
- changed-files:
- any-glob-to-any-file: ['**/database/**', '**/*.sql', '**/*.sqlite']