From 6d7c88a1fe401d271a34df80943634652195b140 Mon Sep 17 00:00:00 2001 From: Raimund Hook Date: Fri, 24 Sep 2021 10:22:27 +0100 Subject: feat(api): add project label promotion Adds a mixin that allows the /promote endpoint to be called. Signed-off-by: Raimund Hook --- gitlab/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitlab/exceptions.py') diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index 6f2d4c4..66b1ee0 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -111,6 +111,10 @@ class GitlabProjectDeployKeyError(GitlabOperationError): pass +class GitlabPromoteError(GitlabOperationError): + pass + + class GitlabCancelError(GitlabOperationError): pass -- cgit v1.2.1