From 00e5a4c5b40610ec849567d30f88e3ab8d0720fb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 6 Jan 2016 21:46:31 -0500 Subject: Move Github Webhook to external plugin See: https://github.com/kanboard/plugin-github-webhook --- app/Action/TaskAssignUser.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Action/TaskAssignUser.php') diff --git a/app/Action/TaskAssignUser.php b/app/Action/TaskAssignUser.php index bb3a83c2..0b4b55f5 100644 --- a/app/Action/TaskAssignUser.php +++ b/app/Action/TaskAssignUser.php @@ -2,7 +2,6 @@ namespace Kanboard\Action; -use Kanboard\Integration\GithubWebhook; use Kanboard\Integration\BitbucketWebhook; /** @@ -33,7 +32,6 @@ class TaskAssignUser extends Base public function getCompatibleEvents() { return array( - GithubWebhook::EVENT_ISSUE_ASSIGNEE_CHANGE, BitbucketWebhook::EVENT_ISSUE_ASSIGNEE_CHANGE, ); } -- cgit v1.2.3