Files
deusdata--codebase-memory-mcp/.github/issue-labeler.yml
T
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

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)'