Skip to content

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 17, 2023
1 parent 818ab5a commit c0511c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/algo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str:
"General suggestions": "💡",
"Insights from user's answers": "📝",
"Code feedback": "🤖",
"Estimated effort to review": "⏱️",
"Estimated effort to review [1-5]": "⏱️",
}

for key, value in output_data.items():
Expand Down

0 comments on commit c0511c9

Please sign in to comment.