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