mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
add return response
This commit is contained in:
parent
d93a24bbf7
commit
a40643bbba
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ class GithubProvider(GitProvider):
|
||||||
if not hasattr(self.pr, 'comments_list'):
|
if not hasattr(self.pr, 'comments_list'):
|
||||||
self.pr.comments_list = []
|
self.pr.comments_list = []
|
||||||
self.pr.comments_list.append(response)
|
self.pr.comments_list.append(response)
|
||||||
|
return response
|
||||||
|
|
||||||
def publish_inline_comment(self, body: str, relevant_file: str, relevant_line_in_file: str):
|
def publish_inline_comment(self, body: str, relevant_file: str, relevant_line_in_file: str):
|
||||||
self.publish_inline_comments([self.create_inline_comment(body, relevant_file, relevant_line_in_file)])
|
self.publish_inline_comments([self.create_inline_comment(body, relevant_file, relevant_line_in_file)])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue