0.1.3 • Published 8 years ago

hubot-vsts-slack v0.1.3

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

hubot-vsts-slack

A Hubot script for Visual Studio Team Services integration tailored for Slack

See src/vsts-slack.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-vsts-slack --save

Then add hubot-vsts-slack to your external-scripts.json:

[
  "hubot-vsts-slack"
]

Sample Interaction

user1>> hubot vsts projects
hubot>> Retrieving list of VSTS projects...
hubot>> Here's what I found:  `ProjectX`, `Visual Active Gibb++`,...
user1>> hubot vsts ProjectX pullrequests
hubot>> Hold on, checking for active PRs in `ProjectX` ...
hubot>> Pull Request #1337 in ProjectRepo "This is my pull request title" http://contoso.visualstudio.com/DefaultCollection/projectx/_git/ProjectRepo/pullrequest/1337
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago