We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The branch manager is missing an attribute implementation of code_owner_approval_required as documented in GitLab API documentation
code_owner_approval_required
ProjectProtectedBranchManager.code_owner_approval_required should be implemented to mirror the API as documented:
ProjectProtectedBranchManager.code_owner_approval_required
code_owner_approval_required is not available as attribute in ProjectProtectedBranchManager.
ProjectProtectedBranchManager
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
The branch manager is missing an attribute implementation of
code_owner_approval_required
as documented in GitLab API documentationExpected Behavior
ProjectProtectedBranchManager.code_owner_approval_required
should be implemented to mirror the API as documented:Actual Behavior
code_owner_approval_required
is not available as attribute inProjectProtectedBranchManager
.The text was updated successfully, but these errors were encountered: