Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bdc8852

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎gitlab/const.py‎

Copy file name to clipboardExpand all lines: gitlab/const.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.