get_repository_branch_details
Retrieve comprehensive details about a specific branch in a repository, including its metadata, by specifying the owner, repository, and branch name.
Instructions
Get details of a specific branch in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | Yes | 分支名称,不能包含通配符。 | |
owner | Yes | 代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。 | |
repo | Yes | 代码仓库名称。该名称不区分大小写。 |