Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 835 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 835 Bytes

[DEPRECATED]

This repository is outdated and depends on vulnerable packages. The github slack plugin now does everything this does and more. I suggest using that instead.

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"
]