RFE: support for allow_force_push
in ProjectProtectedBranchManager
#2466
Labels
allow_force_push
in ProjectProtectedBranchManager
#2466
Description of the problem, including code/CLI snippet
Allow setting the
allow_force_push
boolean attribute when creating protected branches.Attribute is documented here:
https://docs.gitlab.com/ee/api/protected_branches.html#protect-repository-branches
And is missing from here:
https://github.com/python-gitlab/python-gitlab/blob/main/gitlab/v4/objects/branches.py#L35
Expected Behavior
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: