summaryrefslogtreecommitdiff
path: root/gitlab/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/const.py')
-rw-r--r--gitlab/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py
index 069f0bf..1abad86 100644
--- a/gitlab/const.py
+++ b/gitlab/const.py
@@ -34,6 +34,7 @@ NOTIFICATION_LEVEL_GLOBAL = "global"
NOTIFICATION_LEVEL_MENTION = "mention"
NOTIFICATION_LEVEL_CUSTOM = "custom"
+# Search scopes
_SEARCH_SCOPE_PROJECTS = "projects"
_SEARCH_SCOPE_ISSUES = "issues"
_SEARCH_SCOPE_MERGE_REQUESTS = "merge_requests"