hubot-gh-issues

0.0.4 • Public • Published

hubot-gh-issues

Hubot interface for GitHub issues

See src/gh-issues.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-gh-issues --save npm install hubot-gh-token --save

Then add hubot-gh-issues and hubot-gh-token to your external-scripts.json:

[
  "hubot-gh-issues",
  "hubot-gh-token"
]

Dependencies

  • hubot-gh-token

Configuration

  • HUBOT_GH_ISSUES_DEFAULT_OWNER
  • HUBOT_GH_ISSUES_DEFAULT_REPO

Sample Interaction

user1>> hubot github open issue "everything is broken!" about "all of the things are broken, help!" in "somecompany/somerepo" with labels "things"
hubot>> Created issue #4 in somecompany/somerepo - https://github.com/somecompany/somerepo/issues/4

Package Sidebar

Install

npm i hubot-gh-issues

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • benwtr