Closed Graham42 closed 5 years ago
To use this github app with @probot/serverless-lambda or @probot/serverless-gcf would be useful to have this app available as an npm package. Then can do something like
@probot/serverless-lambda
@probot/serverless-gcf
const serverless = require('@probot/serverless-lambda') const appFn = require('delete-merged-branch') module.exports.probot = serverless(appFn)
Would you consider publishing this as an npm module?
Great suggestion @Graham42. Let's make it happen.
Hereyago: https://www.npmjs.com/package/delete-merged-branch ✌️
To use this github app with
@probot/serverless-lambda
or@probot/serverless-gcf
would be useful to have this app available as an npm package. Then can do something likeWould you consider publishing this as an npm module?