Discourse Code Review Questions

Hello,

we’re wanting to migrate to discourse and are playing around at the moment.

One goal we want to achieve is to get a bidirectional sync between a discourse thread and a GitHub issue.

For that I installed a discourse standard docker setup and also the Code Review Plugin ( Discourse Code Review )

What works:

  • when I make a new issue which refers to a commit, this will be posted in discourse as a new thread in the selected category.

What don’t works:

When I make a new comment in an issue the webhook is made but the comment won’t show up in discourse.

Works as designed or a config issue? Which Log files can help?

The goal in the end is a category with a bidirectional sync between discourse and GitHub. For our community we want to use discourse. Our devs should only look at GitHub…

thanks in advance!