0.0.4 • Published 7 years ago

hubot-gh-issues v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago