mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Change Review title when
This commit is contained in:
@ -22,7 +22,8 @@ def convert_to_markdown(output_data: dict) -> str:
|
||||
"Security concerns": "🔒",
|
||||
"General PR suggestions": "💡",
|
||||
"Insights from user's answers": "📝",
|
||||
"Code suggestions": "🤖"
|
||||
"Code suggestions": "🤖",
|
||||
"Review for commits since previous PR-Agent review": "⏮️",
|
||||
}
|
||||
|
||||
for key, value in output_data.items():
|
||||
|
Reference in New Issue
Block a user