Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hubot-slack-github-issue-link

hubot-scripts27MIT0.0.3

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

hubot, hubot-scripts, github, pull-requests, issues, github-issues, github-pull-requests

readme

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