list_branches
Retrieve all branch names from a Pagure repository by specifying the project and optional namespace to manage repository structure and workflows.
Instructions
List all branches in a Pagure repository.
Args: project: Project name namespace: Project namespace (default: rpms)
Returns: JSON string with list of branch names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| namespace | No | rpms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |