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