mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Fixed comment 1
This commit is contained in:
parent
122248ef9c
commit
04cb8af65d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class GitLabProvider(GitProvider):
|
|||
|
||||
def is_supported(self, capability: str) -> bool:
|
||||
if capability in ['get_issue_comments', 'create_inline_comment', 'publish_inline_comments',
|
||||
'publish_file_comments', 'gfm_markdown']: # gfm_markdown is supported in gitlab !
|
||||
'publish_file_comments']: # gfm_markdown is supported in gitlab !
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue