Have hubot echo back github issue titles when it hears something in the form of /#\d+/. Written in ES6 with Babel.
npm install --save hubot-github-issue-lookupAdd ["hubot-github-issue-lookup"] to the external-scripts.json file.
For use with Github's Hubot
MIT
- 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).