[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GitlabRemote](./cautious-journey.gitlabremote.md) > [createComment](./cautious-journey.gitlabremote.createcomment.md) ## GitlabRemote.createComment() method Signature: ```typescript createComment(options: CommentUpdate): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | CommentUpdate | | Returns: Promise<void>