support gitlab describe function

This commit is contained in:
Hussam.lawen
2023-07-18 13:03:36 +03:00
parent e5a8ed205e
commit f2b74b6970
4 changed files with 8 additions and 7 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']:
del data['PR Feedback']['Code suggestions']