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