get_label_by_name
Retrieve a specific label by its name from a repository on AtomGit, using the owner, repository, and label name as inputs.
Instructions
Get a single label by name from a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 标签名称 | |
owner | Yes | 代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。 | |
repo | Yes | 代码仓库名称(该名称不区分大小写) |