mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
Commit messages in pr-description
This commit is contained in:
@ -298,3 +298,6 @@ class GitLabProvider(GitProvider):
|
||||
|
||||
def get_labels(self):
|
||||
return self.mr.labels
|
||||
|
||||
def get_commit_messages(self):
|
||||
return "" # not implemented yet
|
||||
|
Reference in New Issue
Block a user