mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
review_v2
This commit is contained in:
parent
defe200817
commit
0dc7bdabd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue