This commit is contained in:
Zohar Meir
2023-10-26 17:07:16 +03:00
committed by GitHub
parent 414f2b6767
commit e6bea76eee

View File

@ -335,7 +335,7 @@ class PRReviewer:
def _remove_previous_review_comment(self, comment):
"""
Get the previous review comment if it exists.
Remove the previous review comment if it exists.
"""
try:
if get_settings().pr_reviewer.remove_previous_review_comment and comment: