mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-16 10:40:16 +08:00
publish_persistent_comment
This commit is contained in:
@ -120,7 +120,7 @@ class PRReviewer:
|
||||
|
||||
# publish the review
|
||||
if get_settings().pr_reviewer.persistent_comment and not self.incremental.is_incremental:
|
||||
self.git_provider.publish_persistent_review(pr_comment)
|
||||
self.git_provider.publish_persistent_comment(pr_comment)
|
||||
else:
|
||||
self.git_provider.publish_comment(pr_comment)
|
||||
|
||||
|
Reference in New Issue
Block a user