-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
api completenessThis is basic API functionality that hasn't been implemented yet.This is basic API functionality that hasn't been implemented yet.api-repositoriesWork to complete the API's defined here: https://developer.github.com/v3/repos/Work to complete the API's defined here: https://developer.github.com/v3/repos/help wantedAnyone in the community is welcome to do this workAnyone in the community is welcome to do this workup for grabsAnyone in the community is welcome to do this workAnyone in the community is welcome to do this work
Description
Description
The GitHub Create/Update Repository APIs have a delete_branch_on_merge
property which is not currently supported by the New-GitHubRepository
and Update-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
delete_branch_on_merge | boolean | Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion. Default: `false`.
Metadata
Metadata
Assignees
Labels
api completenessThis is basic API functionality that hasn't been implemented yet.This is basic API functionality that hasn't been implemented yet.api-repositoriesWork to complete the API's defined here: https://developer.github.com/v3/repos/Work to complete the API's defined here: https://developer.github.com/v3/repos/help wantedAnyone in the community is welcome to do this workAnyone in the community is welcome to do this workup for grabsAnyone in the community is welcome to do this workAnyone in the community is welcome to do this work