create_label
Create a label in a GitLab group with specified name and color. Dry-run mode provides a preview before saving.
Instructions
Create 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. | |
| name | Yes | Label name | |
| color | Yes | Label color (hex, e.g. '#FF0000') | |
| description | No | Label 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. |