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

@ -36,7 +36,7 @@ ask_and_reflect=false
#automatic_review=true
persistent_comment=true
extra_instructions = ""
final_update_message = true
disable_final_update_message = false
# review labels
enable_review_labels_security=true
enable_review_labels_effort=true

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,