@next/gh-issues
v2.2.1
Published
GitHub issues we use at Next.
Downloads
31
Readme
gh-issues
GitHub issues for new repos at Next
Usage
var getIssues = require('@next/gh-issues')
getIssues(function (issues) {
//
})
Deployment
To get new or updated issues to be used with our GitHub webhooks you need to do the following:
- Publish a new release of this package on NPM
- Update the package.json over in we-are-next/gh-webhooks
- If the tests pass, the updated webhooks will be automatically deployed.
If you're making a lot of updates and find publishing slow and tedious, check out cut-release.