This commit is contained in:
Hussam.lawen
2024-07-03 17:09:50 +03:00
parent a228ea8109
commit 23e6abcdce

View File

@ -162,6 +162,7 @@ class PRCodeSuggestions:
self.git_provider.publish_comment(f"Failed to generate code suggestions for PR")
except Exception as e:
pass
def publish_persistent_comment_with_history(self, pr_comment: str,
initial_header: str,
update_header: bool = True,