Files
openrabbit/tools
latte ad88d25d15
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 26s
fix: Handle new label dict format in PRAgent
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
..