mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-14 20:05:18 +00:00
remove is_temporary
This commit is contained in:
parent
75800a745c
commit
86dc87831b
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
|
previous_review_url = self.git_provider.previous_review.html_url
|
||||||
if get_settings().config.publish_output:
|
if get_settings().config.publish_output:
|
||||||
self.git_provider.publish_comment(f"Incremental Review Skipped\n"
|
self.git_provider.publish_comment(f"Incremental Review Skipped\n"
|
||||||
f"No files were changed since the [previous PR Review]({previous_review_url})", is_temporary=True)
|
f"No files were changed since the [previous PR Review]({previous_review_url})")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if get_settings().config.publish_output:
|
if get_settings().config.publish_output:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue