create_label
Create new labels to organize repository issues by specifying name, color, and optional description, with on-chain transaction signing for decentralized Git management.
Instructions
Use this when you need to create a new label for organizing issues in a repository. Signs and broadcasts an on-chain transaction. Returns the label ID. Requires 'owner', 'name', 'label_name', and 'color' (hex code like 'FF0000'). Optional: 'description'. See also: list_labels, delete_label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or DAO name) | |
| name | Yes | Repository name | |
| label_name | Yes | Label name (3-63 characters) | |
| color | Yes | Label color as hex code (e.g. FF0000) | |
| description | No | Label description (max 255 characters) |