Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New GitHubRepositoryBranchProtectionRule Functions (#255)
Adds the following GitHub Branch Protection Rule functions: - `Get-GitHubRepositoryBranchProtectionRule` - `New-GitHubRepositoryBranchProtectionRule` - `Remove-GitHubRepositoryBranchProtectionRule` References: - [Get Branch Protection](https://developer.github.com/v3/repos/branches/#get-branch-protection) - [Update Branch Protection](https://developer.github.com/v3/repos/branches/#update-branch-protection) - [Delete Branch Protection](https://developer.github.com/v3/repos/branches/#delete-branch-protection)
- Loading branch information