gitee_protect_branch
Protect a branch in a Gitee repository by specifying owner, repo, and branch. Optionally rename the protected branch.
Instructions
Enable branch protection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| branch | Yes | Branch name | |
| new_name | No | Rename branch |