Estimated effort to review

This commit is contained in:
mrT23
2023-09-17 16:31:58 +03:00
parent caaee4e43d
commit ea91a38541
4 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ class PRReviewer:
"require_tests": get_settings().pr_reviewer.require_tests_review,
"require_security": get_settings().pr_reviewer.require_security_review,
"require_focused": get_settings().pr_reviewer.require_focused_review,
"require_estimate_time_to_review": get_settings().pr_reviewer.require_estimate_time_to_review,
"require_estimate_effort_to_review": get_settings().pr_reviewer.require_estimate_effort_to_review,
'num_code_suggestions': get_settings().pr_reviewer.num_code_suggestions,
'question_str': question_str,
'answer_str': answer_str,