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