From 11e724a2aabf5e03f2611f61f1e30119a06f1daa Mon Sep 17 00:00:00 2001
From: Pedro Pombeiro <pombeirp@users.noreply.github.com>
Date: Wed, 10 Oct 2018 10:50:07 +0200
Subject: [PATCH] Temporarily disable wip and gpg plugins

---
 package.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 64d5e57..d4791c6 100644
--- a/package.json
+++ b/package.json
@@ -50,9 +50,7 @@
   },
   "probot": {
     "plugins": [
-      "probot-gpg-status",
-      "unfurl",
-      "wip"
+      "unfurl"
     ]
   },
   "husky": {