mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
small fix
This commit is contained in:
parent
5c20fffee9
commit
ad240f7640
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue