mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Return status of upload suggestion to the gerrit
This commit is contained in:
parent
35a6eb2e52
commit
ae98cfe17b
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ class GerritProvider(GitProvider):
|
|||
|
||||
if msg:
|
||||
add_comment(self.parsed_url, self.refspec, "---\n".join(msg))
|
||||
return True
|
||||
|
||||
def publish_comment(self, pr_comment: str, is_temporary: bool = False):
|
||||
if not is_temporary:
|
||||
|
|
|
|||
Loading…
Reference in a new issue