Learn R Programming

ghclass (version 0.1.0)

branch_unprotect: Unprotect branch

Description

branch_unprotect removes protections from the specified branch. See https://help.github.com/en/articles/about-protected-branches for more details on what this changes.

Usage

branch_unprotect(repo, branch = "master")

Arguments

repo

github repository address in owner/repo format

branch

name of the branch to unprotect