status-im / status-github-bot

A bot for github
https://status-github-bot.herokuapp.com/
ISC License
11 stars 12 forks source link

document how to create slack bot #11

Closed martinklepsch closed 6 years ago

martinklepsch commented 6 years ago

This explicitly documents how to get the required slackbot token. Since Slack apps can also provide bot users there are two ways to do things. This documents that we use the "Custom Integration" way (which is coupled to a workspace) vs the "Slack App" way (which can be added to multiple workspaces).

martinklepsch commented 6 years ago

Note that this mentions the .envrc setup which is part of #11 and not merged yet.

pedropombeiro commented 6 years ago

Thanks for the PR @martinklepsch!

martinklepsch commented 6 years ago

Will update this PR as per env discussion in #11.

martinklepsch commented 6 years ago

This now also contains the commit from #13 to make merging easier. If you merge #13 first and then rebase + merge this PR it should work without any manual conflict resolution.

pedropombeiro commented 6 years ago

Thanks @martinklepsch! Can you please fix the merge conflict and then I'll merge it in?

martinklepsch commented 6 years ago

done @PombeirP

pedropombeiro commented 6 years ago

Merged. Thanks again @martinklepsch!