This commit is contained in:
mrT23
2024-03-20 08:36:46 +02:00
parent 11502c5938
commit 29a2412de6

View File

@ -122,6 +122,7 @@ class PRCodeSuggestions:
self.git_provider.publish_persistent_comment(pr_body, self.git_provider.publish_persistent_comment(pr_body,
initial_header="## PR Code Suggestions", initial_header="## PR Code Suggestions",
update_header=True, update_header=True,
name="suggestions",
final_update_message=final_update_message, ) final_update_message=final_update_message, )
if self.progress_response: if self.progress_response:
self.progress_response.delete() self.progress_response.delete()