Removes the branch protection on a branch in the course repository
Remove branch protection from the master
branch:
type: removeBranchProtection
Remove branch protection from a specific branch:
type: removeBranchProtection
branch: my-protected-branch
Title | Property | Description | Default | Required |
---|---|---|---|---|
Branch | branch |
The name of the branch to remove protection from. This defaults to master . |
master |