UNPKG

commodore-github-bot

Version:

A hubot script to list and recurrently remind you about open pull requests and pull request assignments.

10 lines (8 loc) 169 B
PullRequests = require "./pullrequests" PullRequest = require "./pullrequest" Webhook = require "./webhook" module.exports = { PullRequests PullRequest Webhook }