Skip to content

Commit bdc8852

Browse files
nejchmax-wittig
authored andcommitted
feat(const): add new Planner role to access levels
1 parent 9061647 commit bdc8852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class AccessLevel(IntEnum):
1212
NO_ACCESS: int = 0
1313
MINIMAL_ACCESS: int = 5
1414
GUEST: int = 10
15+
PLANNER: int = 15
1516
REPORTER: int = 20
1617
DEVELOPER: int = 30
1718
MAINTAINER: int = 40

0 commit comments

Comments
 (0)