create_label
Create a new label in an allowed GitHub repository by specifying account, repository, name, and color, with an optional description passed securely via stdin to avoid audit log exposure.
Instructions
Create a label in an allowed repository. The description is sent through stdin and is not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| description | No |