smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
701 stars 136 forks source link

AccessLevel enum matches GitLab docs #294

Closed snim2 closed 3 years ago

snim2 commented 3 years ago

Valid access levels, according to:

https://docs.gitlab.com/ce/api/access_requests.html

are currently:

This commit ensures that the enum matches the docs. This is a follow-up to PR #279 -- sorry I missed this one at the time!

qqshfox commented 3 years ago

Good catch. Thank you @snim2.