Return status of upload suggestion to the gerrit

This commit is contained in:
Nikolay Telepenin
2023-09-01 14:56:16 +01:00
parent 35a6eb2e52
commit ae98cfe17b

View File

@ -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: