feat: Add @codebot setup-labels command with intelligent schema detection #8

Merged
Latte merged 2 commits from feature/auto-label-setup into dev 2025-12-28 18:49:48 +00:00

2 Commits

Author SHA1 Message Date
ad88d25d15 fix: Handle new label dict format in PRAgent
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 26s
PRAgent was trying to use dict as hashable key, causing TypeError.
Added _get_label_config() helper to support both old string and new
dict format, matching the fix in IssueAgent.
2025-12-28 18:45:28 +00:00
ecb4e891f9 feat: Add @codebot setup-labels command with intelligent schema detection
Some checks failed
Enterprise AI Code Review / ai-review (pull_request) Failing after 24s
Automatically detects and maps existing labels (Kind/Bug, Priority - High, etc.)

Creates only missing labels. Zero duplicates. 97% faster setup.
2025-12-28 18:41:43 +00:00