An open API service indexing awesome lists of open source software.

https://github.com/martinemde/hubot-slack-github-issue-link

Hubot script to listen for github issues and pull request mentions and print a nice Slack attachment.
https://github.com/martinemde/hubot-slack-github-issue-link

hubot hubot-scripts slack-attachments

Last synced: about 1 year ago
JSON representation

Hubot script to listen for github issues and pull request mentions and print a nice Slack attachment.

Awesome Lists containing this project

README

          

# [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`](src/slack-github-issue-link.coffee) for full documentation.

![Example output](https://github.com/martinemde/hubot-slack-github-issue-link/blob/master/example.png)

## 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`:

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