From 7864685cfdb64d2ef6497a445f0d8ed96762e4bf Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 7 Jan 2016 21:05:23 -0500 Subject: Move Gitlab webhook to an external plugin --- app/Action/CommentCreation.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/Action/CommentCreation.php') diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php index e08ef47f..b91e39e2 100644 --- a/app/Action/CommentCreation.php +++ b/app/Action/CommentCreation.php @@ -2,8 +2,6 @@ namespace Kanboard\Action; -use Kanboard\Integration\GitlabWebhook; - /** * Create automatically a comment from a webhook * @@ -31,10 +29,7 @@ class CommentCreation extends Base */ public function getCompatibleEvents() { - return array( - GitlabWebhook::EVENT_COMMIT, - GitlabWebhook::EVENT_ISSUE_COMMENT, - ); + return array(); } /** -- cgit v1.2.3