create_repository_label
Create custom labels in a repository on AtomGit using specified name, color, and description to manage and organize issues, pull requests, and other tasks efficiently.
Instructions
Create a new label in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | Yes | 标签颜色。为6位的字符串,如: #ED4014 | |
description | No | 标签描述 | |
name | Yes | 标签名称 | |
owner | Yes | 代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。 | |
repo | Yes | 代码仓库名称(该名称不区分大小写) |