openclaw/.github/labeler.yml
2026-03-20 09:30:16 +01:00

328 lines
9.1 KiB
YAML

"channel: bluebubbles":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/bluebubbles/**"
- "docs/channels/bluebubbles.md"
"channel: discord":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/discord/**"
- "docs/channels/discord.md"
"channel: irc":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/irc/**"
- "docs/channels/irc.md"
"channel: feishu":
- changed-files:
- any-glob-to-any-file:
- "src/feishu/**"
- "native-plugins/feishu/**"
- "docs/channels/feishu.md"
"channel: googlechat":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/googlechat/**"
- "docs/channels/googlechat.md"
"channel: imessage":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/imessage/**"
- "docs/channels/imessage.md"
"channel: line":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/line/**"
- "docs/channels/line.md"
"channel: matrix":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/matrix/**"
- "docs/channels/matrix.md"
"channel: mattermost":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/mattermost/**"
- "docs/channels/mattermost.md"
"channel: msteams":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/msteams/**"
- "docs/channels/msteams.md"
"channel: nextcloud-talk":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/nextcloud-talk/**"
- "docs/channels/nextcloud-talk.md"
"channel: nostr":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/nostr/**"
- "docs/channels/nostr.md"
"channel: signal":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/signal/**"
- "docs/channels/signal.md"
"channel: slack":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/slack/**"
- "docs/channels/slack.md"
"channel: telegram":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/telegram/**"
- "docs/channels/telegram.md"
"channel: tlon":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/tlon/**"
- "docs/channels/tlon.md"
"channel: twitch":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/twitch/**"
- "docs/channels/twitch.md"
"channel: voice-call":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/voice-call/**"
"channel: whatsapp-web":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/whatsapp/**"
- "docs/channels/whatsapp.md"
"channel: zalo":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/zalo/**"
- "docs/channels/zalo.md"
"channel: zalouser":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/zalouser/**"
- "docs/channels/zalouser.md"
"app: android":
- changed-files:
- any-glob-to-any-file:
- "apps/android/**"
- "docs/platforms/android.md"
"app: ios":
- changed-files:
- any-glob-to-any-file:
- "apps/ios/**"
- "docs/platforms/ios.md"
"app: macos":
- changed-files:
- any-glob-to-any-file:
- "apps/macos/**"
- "docs/platforms/macos.md"
- "docs/platforms/mac/**"
"app: web-ui":
- changed-files:
- any-glob-to-any-file:
- "ui/**"
- "src/gateway/control-ui.ts"
- "src/gateway/control-ui-shared.ts"
- "src/gateway/protocol/**"
- "src/gateway/server-methods/chat.ts"
- "src/infra/control-ui-assets.ts"
"gateway":
- changed-files:
- any-glob-to-any-file:
- "src/gateway/**"
- "src/daemon/**"
- "docs/gateway/**"
"docs":
- changed-files:
- any-glob-to-any-file:
- "docs/**"
- "docs.acp.md"
"cli":
- changed-files:
- any-glob-to-any-file:
- "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"
- "setup-podman.sh"
- ".dockerignore"
- "scripts/docker/setup.sh"
- "scripts/podman/setup.sh"
- "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":
- changed-files:
- any-glob-to-any-file:
- "docs/cli/security.md"
- "docs/gateway/security.md"
"native plugins: copilot-proxy":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/copilot-proxy/**"
"native plugins: diagnostics-otel":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/diagnostics-otel/**"
"native plugins: llm-task":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/llm-task/**"
"native plugins: lobster":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/lobster/**"
"native plugins: memory-core":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/memory-core/**"
"native plugins: memory-lancedb":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/memory-lancedb/**"
"native plugins: open-prose":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/open-prose/**"
"native plugins: qwen-portal-auth":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/qwen-portal-auth/**"
"native plugins: device-pair":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/device-pair/**"
"native plugins: acpx":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/acpx/**"
"native plugins: byteplus":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/byteplus/**"
"native plugins: anthropic":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/anthropic/**"
"native plugins: cloudflare-ai-gateway":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/cloudflare-ai-gateway/**"
"native plugins: minimax-portal-auth":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/minimax-portal-auth/**"
"native plugins: huggingface":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/huggingface/**"
"native plugins: kilocode":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/kilocode/**"
"native plugins: openai":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/openai/**"
"native plugins: kimi-coding":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/kimi-coding/**"
"native plugins: minimax":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/minimax/**"
"native plugins: modelstudio":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/modelstudio/**"
"native plugins: moonshot":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/moonshot/**"
"native plugins: nvidia":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/nvidia/**"
"native plugins: phone-control":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/phone-control/**"
"native plugins: qianfan":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/qianfan/**"
"native plugins: synthetic":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/synthetic/**"
"native plugins: tavily":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/tavily/**"
"native plugins: talk-voice":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/talk-voice/**"
"native plugins: together":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/together/**"
"native plugins: venice":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/venice/**"
"native plugins: vercel-ai-gateway":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/vercel-ai-gateway/**"
"native plugins: volcengine":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/volcengine/**"
"native plugins: xiaomi":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/xiaomi/**"
"native plugins: fal":
- changed-files:
- any-glob-to-any-file:
- "native-plugins/fal/**"