mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
Fix after rebase on main branch
This commit is contained in:
parent
1254ad1727
commit
8b477c694c
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class GerritProvider(GitProvider):
|
|||
in lang_count.items()}
|
||||
return lang_percentage
|
||||
|
||||
def get_pr_description(self):
|
||||
def get_pr_description_full(self):
|
||||
return self.repo.head.commit.message
|
||||
|
||||
def get_user_id(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue