mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
new line
This commit is contained in:
parent
a228ea8109
commit
23e6abcdce
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ class PRCodeSuggestions:
|
||||||
self.git_provider.publish_comment(f"Failed to generate code suggestions for PR")
|
self.git_provider.publish_comment(f"Failed to generate code suggestions for PR")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def publish_persistent_comment_with_history(self, pr_comment: str,
|
def publish_persistent_comment_with_history(self, pr_comment: str,
|
||||||
initial_header: str,
|
initial_header: str,
|
||||||
update_header: bool = True,
|
update_header: bool = True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue