![]() |
![]()
| ![]() |
![]()
NAMEgh-label-edit - Edit a label SYNOPSISgh label edit <name> [flags] DESCRIPTIONUpdate a label on GitHub. A label can be renamed using the --name flag. The label color needs to be 6 character hex value. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# 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" SEE ALSOgh-label(1)
|