Merge remote-tracking branch 'origin/main' into ok/settings_refactor

This commit is contained in:
Ori Kotek
2023-08-01 16:01:04 +03:00
6 changed files with 49 additions and 2 deletions

View File

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