Modify branch protection level while creating new branch through API
Issue: While creating a new branch using:
POST /projects/:id/repository/branches
The new branch inherits the branch protection level of the ref branch, thus not automatically deleted after MR is merged(when ref is protected).
Ask: Ability to select branch protection level while creating branch
Edited by Nipun Birla