small fix

This commit is contained in:
Hussam.lawen
2024-03-11 10:13:41 +02:00
parent 5c20fffee9
commit ad240f7640

View File

@ -115,7 +115,7 @@ class PRReviewer:
previous_review_url = self.git_provider.previous_review.html_url
if get_settings().config.publish_output:
self.git_provider.publish_comment(f"Incremental Review Skipped\n"
f"No files were changed since the [previous PR Review]({previous_review_url})")
f"No files were changed since the [previous PR Review]({previous_review_url})")
return None
if get_settings().config.publish_output: