review final message

This commit is contained in:
Hussam.lawen
2024-04-17 08:50:55 +03:00
parent f6b5470a96
commit eb37038785
3 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ class PRReviewer:
if get_settings().config.publish_output:
# publish the review
if get_settings().pr_reviewer.persistent_comment and not self.incremental.is_incremental:
final_update_message = get_settings().pr_reviewer.final_update_message
final_update_message = not get_settings().pr_reviewer.disable_final_update_message
self.git_provider.publish_persistent_comment(pr_review,
initial_header="## PR Review",
update_header=True,