update readme

This commit is contained in:
sarbjitgrewal
2023-08-24 15:56:20 +05:30
parent 67ff50583a
commit db6bf41051
3 changed files with 18 additions and 10 deletions

View File

@ -225,3 +225,7 @@ class BitbucketProvider:
def get_commit_messages(self):
return "" # not implemented yet
# bitbucket does not support labels
def publish_description(self, pr_title: str, pr_body: str):
return ""