Skip to content

Replying to a PR comment #161601

Jun 4, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Yep, exactly — the /replies endpoint is only valid for standalone diff comments made using “Add single comment”. These are technically different from comments made as part of a review.

When you use the review flow (“Start a review” → “Submit review”), the comments are part of a review thread, and GitHub’s REST API doesn’t support direct threaded replies to those. That’s why /replies gives a 404 in that case.

So:

Use /replies only for standalone comments.
For review comments, you need to post a new comment referencing the original — no actual reply threading supported.

Replies: 1 comment 3 replies

This comment was marked as spam.

@mstriebeck
Comment options

@rdarshan927

This comment was marked as spam.

@mstriebeck
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions related to GitHub's APIs or Webhooks Question Ask and answer questions about GitHub features and usage
2 participants