Merge pull request #217 from sarbjitsinghgrewal/fix_bitbucket_improve_issue

fix bitbucket improve issue
This commit is contained in:
Ori Kotek
2023-08-20 14:42:15 +03:00
committed by GitHub
2 changed files with 75 additions and 7 deletions

View File

@ -42,7 +42,7 @@ class PRCodeSuggestions:
get_settings().pr_code_suggestions_prompt.user)
async def run(self):
assert type(self.git_provider) != BitbucketProvider, "Bitbucket is not supported for now"
# assert type(self.git_provider) != BitbucketProvider, "Bitbucket is not supported for now"
logging.info('Generating code suggestions for PR...')
if get_settings().config.publish_output: