Fix WIP plugin configuration

This commit is contained in:
Pedro Pombeiro 2018-07-03 11:40:03 +02:00
parent 59f7019b29
commit 10a4b98d01
2 changed files with 102 additions and 850 deletions

948
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"probot-gpg-status": "^0.5.4",
"probot-scheduler": "^1.0.3",
"unfurl": "github:probot/unfurl",
"wip-bot": "github:gr2m/wip-bot"
"wip": "github:gr2m/wip-bot"
},
"devDependencies": {
"eslint-config-standard": "^11.0.0-beta.0",
@ -49,7 +49,7 @@
"plugins": [
"probot-gpg-status",
"unfurl",
"wip-bot"
"wip"
]
}
}