mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 13:20:39 +08:00
review_v2
This commit is contained in:
@ -206,7 +206,7 @@ def convert_to_markdown_v2(output_data: dict, gfm_supported: bool = True, increm
|
|||||||
key_nice = key.replace('_', ' ').capitalize()
|
key_nice = key.replace('_', ' ').capitalize()
|
||||||
emoji = emojis.get(key_nice, "")
|
emoji = emojis.get(key_nice, "")
|
||||||
if 'Estimated effort to review' in key_nice:
|
if 'Estimated effort to review' in key_nice:
|
||||||
key_nice = 'Estimated effort to review [1-5]'
|
key_nice = 'Estimated effort to review'
|
||||||
value_int = int(value)
|
value_int = int(value)
|
||||||
blue_bars = '🔵' * value_int
|
blue_bars = '🔵' * value_int
|
||||||
white_bars = '⚪' * (5 - value_int)
|
white_bars = '⚪' * (5 - value_int)
|
||||||
|
Reference in New Issue
Block a user