Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AccessLevel enum matches GitLab docs
Valid access levels, according to: https://docs.gitlab.com/ce/api/access_requests.html are currently: * No access (0) * Minimal access (5) (Introduced in GitLab 13.5.) * Guest (10) * Reporter (20) * Developer (30) * Maintainer (40) * Owner (50) - Only valid to set for groups This commit ensures that the enum matches the docs. This is a follow-up to PR smarkets#279.
- Loading branch information