hubot-github-issue-find
v0.1.1
Published
Have hubot echo back github issue titles when it hears the pound symbol followed by a number. Based in the old github issues hobut-script
Downloads
2
Readme
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-lookup
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).