mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Return status of upload suggestion to the gerrit
This commit is contained in:
@ -351,6 +351,7 @@ class GerritProvider(GitProvider):
|
|||||||
|
|
||||||
if msg:
|
if msg:
|
||||||
add_comment(self.parsed_url, self.refspec, "---\n".join(msg))
|
add_comment(self.parsed_url, self.refspec, "---\n".join(msg))
|
||||||
|
return True
|
||||||
|
|
||||||
def publish_comment(self, pr_comment: str, is_temporary: bool = False):
|
def publish_comment(self, pr_comment: str, is_temporary: bool = False):
|
||||||
if not is_temporary:
|
if not is_temporary:
|
||||||
|
Reference in New Issue
Block a user