diff options
Diffstat (limited to 'app/Action/CommentCreation.php')
-rw-r--r-- | app/Action/CommentCreation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Action/CommentCreation.php b/app/Action/CommentCreation.php index fb9f1172..5dfd1c89 100644 --- a/app/Action/CommentCreation.php +++ b/app/Action/CommentCreation.php @@ -25,6 +25,7 @@ class CommentCreation extends Base return array( GithubWebhook::EVENT_ISSUE_COMMENT, GithubWebhook::EVENT_COMMIT, + BitbucketWebhook::EVENT_ISSUE_COMMENT, BitbucketWebhook::EVENT_COMMIT, GitlabWebhook::EVENT_COMMIT, ); |