Merge pull request #83 from Codium-ai/hl/gitlab_description

Support describe for Gitlab
This commit is contained in:
Hussam Lawen
2023-07-18 13:47:32 +03:00
committed by GitHub
5 changed files with 12 additions and 8 deletions

View File

@ -96,7 +96,7 @@ class PRReviewer:
del data['PR Feedback']['Security concerns']
data['PR Analysis']['Security concerns'] = val
if settings.config.git_provider == 'github' and \
if settings.config.git_provider != 'bitbucket' and \
settings.pr_reviewer.inline_code_comments and \
'Code suggestions' in data['PR Feedback']:
# keeping only code suggestions that can't be submitted as inline comments