Skip to content
Snippets Groups Projects
Commit 4820df9b authored by michael.minelli's avatar michael.minelli
Browse files

GitlabAccessLevel => Add admin level

parent 69905ce7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ enum GitlabAccessLevel { ...@@ -3,7 +3,8 @@ enum GitlabAccessLevel {
REPORTER = 20, REPORTER = 20,
DEVELOPER = 30, DEVELOPER = 30,
MAINTAINER = 40, MAINTAINER = 40,
OWNER = 50 OWNER = 50,
ADMIN = 60
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment