mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 15:25:05 +01:00
Add `in_reply_to` field to `CreatePullReviewComment` that accepts a comment ID, consistent with GitHub's API. The handler resolves the comment ID to the internal review ID and creates the reply as a non-pending comment so it threads correctly under the original review. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>