1# NOTE(@andreynering): We should have a single entry per label, because if we
2# have multiple the action would only apply the label if ALL of them match.
3
4"area: ci":
5 - "/^ci: /i"
6"area: diff":
7 - "/diff/i"
8"area: docs":
9 - "/(docs|documentation|readme)/i"
10"area: images":
11 - "/image/i"
12"area: lsp":
13 - "/lsp/i"
14"area: mcp":
15 - "/mcp/i"
16"area: mouse":
17 - "/(mouse|scroll)/i"
18"area: onboarding":
19 - "/(onboarding)/i"
20"area: permissions":
21 - "/permission/i"
22"area: session":
23 - "/session/i"
24"area: themes":
25 - "/theme/i"
26"area: tools":
27 - "/tool/i"
28"os: android":
29 - "/(android|termux)/i"
30"os: linux":
31 - "/linux/i"
32"os: macos":
33 - "/(macos|osx)/i"
34"os: windows":
35 - "/windows/i"
36"panic / crash":
37 - "/(panic|crash|segfault)/i"
38"provider: anthropic claude":
39 - "/(anthropic|claude)/i"
40"provider: aws bedrock":
41 - "/(aws|bedrock)/i"
42"provider: google gemini":
43 - "/gemini/i"
44"provider: google vertex":
45 - "/vertex/i"
46"provider: grok":
47 - "/grok/i"
48"provider: kimi":
49 - "/kimi/i"
50"provider: ollama":
51 - "/llama/i"
52"provider: openai chatgpt":
53 - "/(openai|gpt)/i"
54"provider: openrouter":
55 - "/openrouter/i"
56"provider: qwen":
57 - "/qwen/i"
58"security":
59 - "/(security|vulnerability|exploit)/i"