summaryrefslogtreecommitdiff
path: root/app/Action/TaskOpen.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-06 21:46:31 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-06 21:46:31 -0500
commit00e5a4c5b40610ec849567d30f88e3ab8d0720fb (patch)
tree49138feec30136c9ff432b7d61659e976a27211d /app/Action/TaskOpen.php
parenta03e4d4dcb4ebce06671465c9a7bd7e51ba2ef79 (diff)
Move Github Webhook to external plugin
See: https://github.com/kanboard/plugin-github-webhook
Diffstat (limited to 'app/Action/TaskOpen.php')
-rw-r--r--app/Action/TaskOpen.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Action/TaskOpen.php b/app/Action/TaskOpen.php
index a1ab622c..5cb626c3 100644
--- a/app/Action/TaskOpen.php
+++ b/app/Action/TaskOpen.php
@@ -2,7 +2,6 @@
namespace Kanboard\Action;
-use Kanboard\Integration\GithubWebhook;
use Kanboard\Integration\GitlabWebhook;
use Kanboard\Integration\BitbucketWebhook;
@@ -34,7 +33,6 @@ class TaskOpen extends Base
public function getCompatibleEvents()
{
return array(
- GithubWebhook::EVENT_ISSUE_REOPENED,
GitlabWebhook::EVENT_ISSUE_REOPENED,
BitbucketWebhook::EVENT_ISSUE_REOPENED,
);