update_label
Update a GitLab label's name, color, or description within a group. Preview changes with dry run mode before applying.
Instructions
Update a label in a group. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ID ou chemin URL du groupe GitLab (ex: '42' ou 'wanadev/kp1'). Si vous n'avez que le nom, appelez d'abord list_groups pour trouver le chemin exact. | |
| label_id | Yes | Label ID | |
| new_name | No | New label name | |
| color | No | New color (hex) | |
| description | No | New description | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |