mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
new line
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user