github_delete_branch
Remove a branch from a GitHub repository by specifying the owner, repository, and branch name to clean up unused code and keep the repository organized.
Instructions
Delete a branch from a repository.
Args: owner: Repository owner repo: Repository name branch: Branch name to delete session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |