UNPKG

wip-bot

Version:

<p align=center><a href="https://github.com/wip/app/tree/master/assets"><img src="assets/wip-logo.png" alt="" width="200" height="200"></a></p>

14 lines (11 loc) 328 B
module.exports = probotPlugin const handlePullRequestChange = require('./lib/handle-pull-request-change') function probotPlugin (robot) { robot.on([ 'pull_request.opened', 'pull_request.edited', 'pull_request.labeled', 'pull_request.unlabeled', 'pull_request.synchronize' ], handlePullRequestChange) }