labeler.yml

 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: docs":
 7  - "/(docs|documentation|readme)/i"
 8"area: lsp":
 9  - "/lsp/i"
10"area: mcp":
11  - "/mcp/i"
12"area: permissions":
13  - "/permission/i"
14"area: tools":
15  - "/tool/i"
16"os: android":
17  - "/(android|termux)/i"
18"os: linux":
19  - "/(linux|fedora|debian|ubuntu)/i"
20"os: macos":
21  - "/(macos|osx|darwin)/i"
22"os: windows":
23  - "/(windows|win10|win11|win32|wsl|scoop|winget)/i"
24"panic / crash":
25  - "/(panic|crash|segfault)/i"
26"provider: anthropic claude":
27  - "/(anthropic|claude)/i"
28"provider: aws bedrock":
29  - "/(aws|bedrock)/i"
30"provider: azure":
31  - "/azure/i"
32"provider: google gemini":
33  - "/gemini/i"
34"provider: google vertex":
35  - "/vertex/i"
36"provider: kimi":
37  - "/kimi/i"
38"provider: ollama":
39  - "/llama/i"
40"provider: openai chatgpt":
41  - "/(openai|gpt)/i"
42"provider: openrouter":
43  - "/openrouter/i"
44"provider: qwen":
45  - "/qwen/i"
46"provider: xai grok":
47  - "/(xai|x\\.ai|grok)/i"
48"security":
49  - "/(security|vulnerability|exploit)/i"