summaryrefslogtreecommitdiff
path: root/app/Action
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-17 19:12:08 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-17 19:12:08 -0400
commit31c57a82b9e53b9973471c4df4d3840620e67c5d (patch)
tree93ab19d233203d7b1e1abe74fad303cee8d2b213 /app/Action
parent0bc99aef08027dafe2263cf96cfcc5b626dbd526 (diff)
Update Gitlab webhook
Diffstat (limited to 'app/Action')
-rw-r--r--app/Action/CommentCreation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php
index 5dfd1c89..4029c875 100644
--- a/app/Action/CommentCreation.php
+++ b/app/Action/CommentCreation.php
@@ -28,6 +28,7 @@ class CommentCreation extends Base
BitbucketWebhook::EVENT_ISSUE_COMMENT,
BitbucketWebhook::EVENT_COMMIT,
GitlabWebhook::EVENT_COMMIT,
+ GitlabWebhook::EVENT_ISSUE_COMMENT,
);
}