UNPKG

github-webhook-forwarding

Version:

Forwards Github Webhooks to overcome the maximum number of webhooks allowed by Github (20)

9 lines (7 loc) 205 B
'use strict' module.exports = exports = function (msg) { return JSON.stringify({ message: msg, documentation_url: 'https://github.com/vigour-io/github-webhook-forwarding#readme' }, null, 2) }