v0.26 - In the Nick of Time
Packages
Octokit 0.26.0
on nuget
Octokit.Reactive 0.26.0
on nuget
Advisories and Breaking Changes
- This release contains the necessary Octokit changes to specify the
required_pull_request_reviews
field on Branch Protection updates, which becomes mandatory when the Protected Branches API graduates from preview mode on the 1st September
Release Notes
Features/Enhancements
- Implement
RequiredPullRequestReviews
support inIRepositoryBranchesClient.UpdateBranchProtection
and additional granular methods toGetReviewEnforcement
,UpdateReviewEnforcement
andRemoveReviewEnforcement
via @M-Zuber, @ryangribble