Commit messages in pr-description

This commit is contained in:
mrT23
2023-08-01 15:15:59 +03:00
parent 6605f9c444
commit 8c0370a166
5 changed files with 31 additions and 2 deletions

View File

@ -121,3 +121,6 @@ class BitbucketProvider:
def _get_pr_file_content(self, remote_link: str):
return ""
def get_commit_messages(self):
return "" # not implemented yet