.nh .TH "GH-LABEL-EDIT" "1" "Mar 2024" "" "GitHub CLI manual" .SH NAME .PP gh-label-edit - Edit a label .SH SYNOPSIS .PP \fBgh label edit [flags]\fR .SH DESCRIPTION .PP Update a label on GitHub. .PP A label can be renamed using the \fB--name\fR flag. .PP The label color needs to be 6 character hex value. .SH OPTIONS .TP \fB-c\fR, \fB--color\fR \fB\fR Color of the label .TP \fB-d\fR, \fB--description\fR \fB\fR Description of the label .TP \fB-n\fR, \fB--name\fR \fB\fR New name of the label .SH OPTIONS INHERITED FROM PARENT COMMANDS .TP \fB-R\fR, \fB--repo\fR \fB<[HOST/]OWNER/REPO>\fR Select another repository using the [HOST/]OWNER/REPO format .SH EXAMPLE .EX # update the color of the bug label $ gh label edit bug --color FF0000 # rename and edit the description of the bug label $ gh label edit bug --name big-bug --description "Bigger than normal bug" .EE .SH SEE ALSO .PP \fBgh-label(1)\fR