0.0.2 • Published 9 years ago

hubot-github-assign-issues v0.0.2

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

Hubot Assign Issues

A script to assign people to github issues with Hubot

Installation

In hubot project repo, run:

npm install hubot-github-assign-issues --save

Then add hubot-github-assign-issues to your external-scripts.json:

["hubot-github-assign-issues"]

Configuration

You can use either

HUBOT_GITHUB_USER is the default owner of the repositories you'll target.

Acquire a token

If you don't have a token yet, run this:

curl -i https://api.github.com/authorizations -d '{"note":"githubot","scopes":["repo"]}' -u "yourusername"

Enter your Github password when prompted. When you get a response, look for the "token" value.

Hubot Commands

hubot issues assign to <user> [user/]repo #id
0.0.2

9 years ago

0.0.1

9 years ago