Skip to content

Files

Latest commit

 

History

History

removeBranchProtection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

removeBranchProtection

Removes the branch protection on a branch in the course repository

Examples

Remove branch protection from the master branch:

type: removeBranchProtection

Remove branch protection from a specific branch:

type: removeBranchProtection
branch: my-protected-branch

Options

Title Property Description Default Required
Branch branch The name of the branch to remove protection from. This defaults to master. master