Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam789 committed Mar 11, 2024
1 parent 5c20fff commit ad240f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_reviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def run(self) -> None:
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:
Expand Down

0 comments on commit ad240f7

Please sign in to comment.