delete_branch_protection
Remove branch protection rules to allow direct pushes, disable required reviews, or eliminate status checks for a specified GitHub repository branch.
Instructions
Delete branch protection rules for a branch.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| branch | Yes | Branch name (e.g. 'main') |