chore: expand labeler coverage

This commit is contained in:
Shadow
2026-01-26 15:01:04 -06:00
parent fbc5ac1fde
commit d34ae86114

36
.github/labeler.yml vendored
View File

@@ -138,6 +138,42 @@
- any-glob-to-any-file: - any-glob-to-any-file:
- "src/cli/**" - "src/cli/**"
"commands":
- changed-files:
- any-glob-to-any-file:
- "src/commands/**"
"scripts":
- changed-files:
- any-glob-to-any-file:
- "scripts/**"
"docker":
- changed-files:
- any-glob-to-any-file:
- "Dockerfile"
- "Dockerfile.*"
- "docker-compose.yml"
- "docker-setup.sh"
- ".dockerignore"
- "scripts/**/*docker*"
- "scripts/**/Dockerfile*"
- "scripts/sandbox-*.sh"
- "src/agents/sandbox*.ts"
- "src/commands/sandbox*.ts"
- "src/cli/sandbox-cli.ts"
- "src/docker-setup.test.ts"
- "src/config/**/*sandbox*"
- "docs/cli/sandbox.md"
- "docs/gateway/sandbox*.md"
- "docs/install/docker.md"
- "docs/multi-agent-sandbox-tools.md"
"agents":
- changed-files:
- any-glob-to-any-file:
- "src/agents/**"
"security": "security":
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file: