From 9df5771daac024e8068b517055c10a01df0749d6 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Wed, 10 Oct 2018 11:08:55 +0200 Subject: [PATCH] Revert "Temporarily disable wip and gpg plugins" This reverts commit 11e724a2aabf5e03f2611f61f1e30119a06f1daa. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0917ce3..9337720 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,9 @@ }, "probot": { "plugins": [ - "unfurl" + "probot-gpg-status", + "unfurl", + "wip" ] }, "husky": {