Merge pull request #89 from zmeir/zmeir-review_score

Add Score Review Feature
This commit is contained in:
mrT23
2023-07-19 17:07:05 +03:00
committed by GitHub
5 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,7 @@ def convert_to_markdown(output_data: dict) -> str:
emojis = {
"Main theme": "🎯",
"Type of PR": "📌",
"Score": "🏅",
"Relevant tests added": "🧪",
"Unrelated changes": "⚠️",
"Focused PR": "",