# Discourse Code Review Questions

**URL:** https://meta.discourse.org/t/discourse-code-review-questions/401673
**Category:** Support
**Tags:** code-review
**Created:** [April 28, 2026, 7:08am UTC](https://meta.discourse.org/t/discourse-code-review-questions/401673 "2026-04-28T07:08:07Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [June 11, 2026, 6:39am UTC](https://meta.discourse.org/t/discourse-code-review-questions/401673/4 "2026-06-11T06:39:43Z")

</div>

Hey @humblebumble

Afaict, the plugin doesn’t support github _issue_ comments, despite `issue_comment` being listed as a subscribed webhook event in the plugin docs. The plugin is architecturally built only for commits and PRs. Regular GitHub Issues are not the same as PRs and will silently fail.

There is an open feature request for this you would want to add your vote to:

> [@Bidirectional sync between Discourse Topics/Categories and GitHub/Gitlab Issue Trackers](https://meta.discourse.org/t/bidirectional-sync-between-discourse-topics-categories-and-github-gitlab-issue-trackers/203780):
>
> I’m replying here rather than starting a new Topic. Other related Topics are [here](https://meta.discourse.org/t/migrate-a-topic-to-github/45058), [here](https://meta.discourse.org/t/mention-github-issues/131970), [here](https://meta.discourse.org/t/code-review-issues-migrator/167409) and [here](https://meta.discourse.org/t/add-issues-support-to-github-plugin/196315). (This Topic thread in particular is just both relatively recent and relatively long.) I asked on [the Topic for Discourse Code Review](https://meta.discourse.org/t/discourse-code-review/103142) about whether it had any support for GitHub Issues: Issues (and Pull Requests) aren’t the same thing as commits. An Issue doesn’t even involve a commit. It makes sense that comments on commits would synchronize with Discourse, but that doesn’t say anything ab…

But if you have the budget, asking in #Marketplace is probably the best direct route available.

---

_[View the full topic](https://meta.discourse.org/t/discourse-code-review-questions/401673)._
