New/Update-GitHubRepository: Add Support for delete_branch_on_merge API Property #189
Labels
api completeness
This is basic API functionality that hasn't been implemented yet.
api-repositories
Work to complete the API's defined here: https://developer.github.com/v3/repos/
help wanted
Anyone in the community is welcome to do this work
up for grabs
Anyone in the community is welcome to do this work
Description
The GitHub Create/Update Repository APIs have a
delete_branch_on_merge
property which is not currently supported by theNew-GitHubRepository
andUpdate-GitHubRepository
functions. This allows automatically deleting of head branches when pull requests are merged within the repo.Proposal
Add a
DeleteBranchOnMerge
switch parameter to both functions to add support for this feature.API Detail
The text was updated successfully, but these errors were encountered: