gh-label-create - Create a new label
Contents
Description
Create a new label on GitHub, or update an existing one with --force.
Must specify name for the label. The description and color are optional. If a color isn't provided, a
random one will be chosen.
The label color needs to be 6 character hex value.
Example
# create new bug label
$ gh label create bug --description "Something isn't working" --color E99695
Name
gh-label-create - Create a new label
Options
-c, --color<string>
Color of the label
-d, --description<string>
Description of the label
-f, --force
Update the label color and description if label already exists
Options Inherited From Parent Commands
-R, --repo<[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
See Also
gh-label(1) Jan 2025 GH-LABEL-CREATE(1)
Synopsis
ghlabelcreate<name>[flags]
