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.
- Host: GitHub
- URL: https://github.com/martinemde/hubot-slack-github-issue-link
- Owner: martinemde
- License: mit
- Created: 2016-02-20T21:17:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T16:54:14.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T13:45:39.536Z (over 1 year ago)
- Topics: hubot, hubot-scripts, slack-attachments
- Language: CoffeeScript
- Size: 538 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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