get_issue_labels
Retrieves all labels associated with a specific issue in a repository, facilitating issue organization and management on AtomGit open source collaboration platforms.
Instructions
Get all labels for an issue in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_number | Yes | issue的编号 | |
owner | Yes | 代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。 | |
repo | Yes | 代码仓库名称(该名称不区分大小写) |