0.2.1 • Published 6 years ago

hubot-github-name-slack-id-map v0.2.1

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

hubot-github-name-slack-id-map

CircleCI

Keep correspondence between github_name and slack_id Support tool for converting mentions with other scripts

See src/github-name-slack-id-map.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-github-name-slack-id-map --save

Then add hubot-github-name-slack-id-map to your external-scripts.json:

[
  "hubot-github-name-slack-id-map"
]

Set HUBOT_GITHUB_TO_SLACK_NAME_MAP_KEY environment variable.

Sample Interaction

user1>> hubot github_to_slack add githubName as slackName
hubot>> {"githubName":{"slackName":"slackID"}}

NPM Module

https://www.npmjs.com/package/hubot-github-name-slack-id-map

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago