22 lines
1.2 KiB
YAML
22 lines
1.2 KiB
YAML
# Config for the Issue area labeler (.github/workflows/issue-labeler.yml).
|
|
# FORMAT (parsed line-wise by the workflow): one rule per line, exactly
|
|
# "label": 'regex'
|
|
# Patterns are compiled as JavaScript RegExp with the `i` flag applied by
|
|
# the workflow — do NOT use PCRE-only syntax like inline `(?i)` groups
|
|
# (that broke every run, #764). Matched against issue title + body.
|
|
# Additive only — these never remove a maintainer's manual label.
|
|
|
|
"windows": '\b(windows|win\s?1[01]|powershell|\.ps1|mapped drive|smb share|unc path)\b'
|
|
|
|
"stability/performance": '(out of memory|\boom\b|memory leak|segfault|sigsegv|sigbus|crash(es|ed|ing)?|core dumped|\bhang(s|ing)?\b|deadlock|freezes?|time(s)?\s?out|timeout|never finishes|cgroup)'
|
|
|
|
"parsing/quality": '(trace_path|query_graph|search_graph|calls? edge|missing (edges|nodes)|false positive|zero edges|0 edges|module node|not indexed|extraction|wrong (node|label))'
|
|
|
|
"editor/integration": '(cursor|vscode|vs code|opencode|codex|claude code|gemini cli|antigravity|mcp client|\.mcp\.json|installer)'
|
|
|
|
"ux/behavior": '(web ui|\bui\b|dashboard|3d graph|visuali[sz]ation|watcher|project name|frontend)'
|
|
|
|
"cypher": '\bcypher\b'
|
|
|
|
"language-request": '(language support|hybrid lsp|new language support|support for \w+ language)'
|