0.0.3 • Published 8 years ago

hubot-slack-github-issue-link v0.0.3

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

hubot-slack-github-issue-link

A hubot script that posts detailed slack attachments for mentioned github issues and pull requests

This script only emits Slack attachments which are crafted specifically for the Slack API.

See src/slack-github-issue-link.coffee for full documentation.

Example output

Installation

In hubot project repo, run:

npm install hubot-slack-github-issue-link --save

Then add hubot-slack-github-issue-link to your external-scripts.json:

[
  "hubot-slack-github-issue-link"
]