From d7a8160c2b422dcf950093d9d17d90f1e80201de Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 21 Jun 2015 12:19:06 -0400 Subject: Update Bitbucket webhooks to handle issues/commit/comments --- app/Action/TaskOpen.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Action/TaskOpen.php') diff --git a/app/Action/TaskOpen.php b/app/Action/TaskOpen.php index 73f1fad3..ee42ab32 100644 --- a/app/Action/TaskOpen.php +++ b/app/Action/TaskOpen.php @@ -3,6 +3,7 @@ namespace Action; use Integration\GithubWebhook; +use Integration\BitbucketWebhook; /** * Open automatically a task @@ -22,6 +23,7 @@ class TaskOpen extends Base { return array( GithubWebhook::EVENT_ISSUE_REOPENED, + BitbucketWebhook::EVENT_ISSUE_REOPENED, ); } -- cgit v1.2.3