Files
siriusscan--sirius/.github/labeler.yml
T
wehub-resource-sync 161ef94b4f
Check engine pin consistency / Dockerfile / CI pin consistency (push) Successful in 8s
Sirius CI/CD Pipeline / Detect Changes (push) Successful in 23s
Validate Docker Configuration / Validate Docker Compose Configuration (push) Successful in 47s
Sirius CI/CD Pipeline / Build API (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Build UI (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Engine Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Merge API Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Merge UI Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Build Engine (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Build Infra (${{ matrix.service }}, ${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-postgres) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-rabbitmq) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-valkey) (push) Has been cancelled
Sirius CI/CD Pipeline / Integration Test (push) Has been cancelled
Sirius CI/CD Pipeline / Public Stack Contract (push) Has been cancelled
Sirius CI/CD Pipeline / Dispatch Demo Deployment (sirius-demo branch) (push) Has been cancelled
Sirius CI/CD Pipeline / Dispatch Demo Canary (main branch) (push) Has been cancelled
Sirius CI/CD Pipeline / Guard Registry Namespace (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:32:25 +08:00

69 lines
1.6 KiB
YAML

area:ui:
- changed-files:
- any-glob-to-any-file:
- "sirius-ui/**"
area:api:
- changed-files:
- any-glob-to-any-file:
- "sirius-api/**"
area:engine:
- changed-files:
- any-glob-to-any-file:
- "sirius-engine/**"
area:compose-dev:
- changed-files:
- any-glob-to-any-file:
- "docker-compose.dev.yaml"
- "docker-compose.override.yaml"
- "scripts/dev-setup.sh"
area:compose-prod:
- changed-files:
- any-glob-to-any-file:
- "docker-compose.prod.yaml"
- ".github/workflows/deploy.yml"
area:installer-secrets:
- changed-files:
- any-glob-to-any-file:
- "docker-compose.installer.yaml"
- ".env.production.example"
- "documentation/dev/architecture/ADR.startup-secrets-model.md"
- "documentation/dev/operations/README.api-key-operations.md"
area:auth:
- changed-files:
- any-glob-to-any-file:
- "sirius-ui/src/server/auth.ts"
- "sirius-ui/src/server/api/**"
- "sirius-api/**/middleware/**"
- "documentation/dev/architecture/README.auth-surface-matrix.md"
area:rabbitmq:
- changed-files:
- any-glob-to-any-file:
- "sirius-rabbitmq/**"
- "**/*rabbitmq*"
area:postgres:
- changed-files:
- any-glob-to-any-file:
- "sirius-postgres/**"
- "**/*prisma*"
- "**/*migration*"
area:valkey:
- changed-files:
- any-glob-to-any-file:
- "**/*valkey*"
- "**/*redis*"
type:docs:
- changed-files:
- any-glob-to-any-file:
- "documentation/**"
- "README.md"