1.0.2 • Published 9 years ago
hubot-github-issue-lookup v1.0.2
hubot-github-issue-lookup
Have hubot echo back github issue titles when it hears something in the form of /#\d+/. Written in ES6 with Babel.
Installation
npm install --save hubot-github-issue-lookupAdd ["hubot-github-issue-lookup"] to the external-scripts.json file.
Usage
For use with Github's Hubot
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Crafted with <3 by Michael Coyne (@mikeycgto).