integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
3.06k stars 479 forks source link

Transmit comments from Slack discussion to PR discussion on Github #1433

Open efojs opened 2 years ago

efojs commented 2 years ago

We've got used to communicate in Slack and sometimes start discussing PRs in the thread. But then we realize that these comment won't be visible in the PR itself. So we just add a link to this conversation as comment to the PR

Would be nice if discussion from Slack could be transmitted to the PR discussion on Github somehow. Maybe if discussion goes in the thread under Github's message about opened PR.

Currently we just add a link to the conversation as comment to the PR.

n3bulous commented 1 year ago

Fantastic request, if I do say so myself. I just happened to be searching for something along this line.

I've been advocating for using Discourse as a place for "discussions about topics you don't want lost in Slack". Creating a discussion from Slack was teased 8 years ago, and I don't know if Dgraph's Wisemonk chatbot still works (last updated 6 years ago).

cosydney commented 1 year ago

Hey @efojs and @n3bulous,

https://github.com/axolo-co does that. It's a Slack integration that creates a temporary channel for each PR. It invites the right people (assignees, reviewers and creator) and the whole conversation that is happening in this Slack channel is mirrored to GitHub and vice versa (using oAuth of each engineer). I'm one of the builder of Axolo, if you have any questions let me know, or you can try it out on http://axolo.co/.

n3bulous commented 1 year ago

@cosydney Thanks for commenting! Unfortunately, your integration does a lot more than what we need.