hubot-archive / hubot-gh-issues

Hubot interface for GitHub issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hubot interface for GitHub issues


Languages

Language:CoffeeScript 85.1%Language:JavaScript 10.2%Language:Shell 4.7%