-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Extending branch protection to include number of reviewers #879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gmlewis would you mind taking a look at this? Its pretty minor, but would be helpful. |
Thanks, @victoryNap. I commented on the PR. |
Reviewing and making changes now. Thanks for the feedback. |
@gmlewis I think we can close this issue, right? |
Thank you, @wesleimp, I believe you are correct. If anyone disagrees, feel free to reopen and explain why. Thanks. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the PullRequestReviewsEnforcement struct doesn't contain the
required_approving_review_count
object that is available through the API. Working on a PR to add it.https://github.com/google/go-github/blob/master/github/repos.go#L562-L568
https://developer.github.com/v3/repos/branches/#get-branch-protection
The text was updated successfully, but these errors were encountered: