- Add main Dockerfile for production builds - Add Dockerfile.runtime for secure code execution - Add Dockerfile.runtime.fixed with improved configuration - Include .dockerignore for build optimization - Add integration documentation and publishing guides - Update API and CLI components for better runtime support - Enhance sandbox and container management features
26 lines
513 B
YAML
26 lines
513 B
YAML
header:
|
|
license:
|
|
spdx-id: AGPL-3.0
|
|
copyright-owner: Hanzo Industries Inc.
|
|
content: |
|
|
Copyright 2025 Hanzo Industries Inc.
|
|
SPDX-License-Identifier: AGPL-3.0
|
|
paths:
|
|
- '**/*.go'
|
|
- '**/*.sh'
|
|
- '**/*.js'
|
|
- '**/*.ts'
|
|
- '**/*.tsx'
|
|
- '**/*.py'
|
|
|
|
paths-ignore:
|
|
- 'libs/**'
|
|
- '!libs/computer-use/**'
|
|
- 'apps/api/src/generate-openapi.ts'
|
|
- 'apps/runner/pkg/api/docs/docs.go'
|
|
- 'examples/**'
|
|
- 'apps/docs/**'
|
|
- 'hack/**'
|
|
|
|
comment: on-failure
|