decorp icon indicating copy to clipboard operation
decorp copied to clipboard

Post public version of b.corp issue links sent to Slack

De-corp

A simple slackbot for responding to messages which contain b.corp.google.com/issues/NNNN links with the corresponding issuetracker.google.com/issues/NNNN link.

Forked from https://github.com/sjmelia/regexbot

Setup

  1. Create a new bot user to get a slack api token.
  2. Export DECORP_SLACK_API_TOKEN environment variable
  3. npm install
  4. npm start
  5. Try it out on a Slack channel!

Development

npm test to lint and run tests