WxWatch / reviewable-linker

Slack bot to listen for GitHub pulls and respond with the relevant Reviewable link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reviewable Linker Build Status

This is a simple Slack bot that will listen for GitHub PR links in whatever channel it's invited to, and respond with the corresponding Reviewable link.

Setup

  1. Create bot on Slack team (https://TEAMNAME.slack.com/apps/manage/custom-integrations -> Bots -> Add Configuration)

  2. Clone repo

  3. Set SLACK_TOKEN to bot token

  4. Run npm run start to serve, or npm run start:dev for a reloading dev workspace

Must have environment variable SLACK_TOKEN set to a bot user token for your Slack team. This begins with xoxb-...

Finally, invite bot to a channel you'd like it to participate in. It will listen and respond in the same channel.

About

Slack bot to listen for GitHub pulls and respond with the relevant Reviewable link

License:MIT License


Languages

Language:TypeScript 98.6%Language:Dockerfile 1.4%