From 53f7de7bfe0056950a8e7271632da3f89e3ba3b3 Mon Sep 17 00:00:00 2001 From: Joost Evertse Date: Mon, 14 Jan 2019 15:22:20 +0100 Subject: feat: Added approve & unapprove method for Mergerequests Offical GitLab API supports this for GitLab EE --- 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 6736f67..ddaef31 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -161,6 +161,10 @@ class GitlabMRForbiddenError(GitlabOperationError): pass +class GitlabMRApprovalError(GitlabOperationError): + pass + + class GitlabMRClosedError(GitlabOperationError): pass -- cgit v1.2.1