update_repository
Update a repository's description, default branch, or visibility to reflect current project settings.
Instructions
Update repository settings.
Args: owner: Repository owner repo: Repository name description: New description (optional) default_branch: New default branch (optional) visibility: New visibility (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| visibility | No | ||
| description | No | ||
| default_branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |