tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

feat: allow threading of messages #324

Closed KnownSubset closed 2 years ago

KnownSubset commented 2 years ago

Adds a new option to repo to allow for threading of GitHub content within Slack channels. The option only applies to public channels.

If the previous message is found using the repo's review channel and the link of the PR, then the message will be sent with the parent thread's ID as the value within SlackMessage.ts. If the previous message cannot be found, then the message will be sent to the channel.