mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-27 11:41:18 +02:00
Adds a dedicated endpoint for replying to pull request review comments,
```
POST /repos/{owner}/{repo}/pulls/{index}/comments/{id}/replies
{ "body": "..." }
```
The reply is threaded under the same review as the parent comment.
Ref: https://gitea.com/gitea/gitea-mcp/issues/129
Fixes: https://github.com/go-gitea/gitea/issues/37419
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Nicolas <bircni@icloud.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
||
|---|---|---|
| .. | ||
| action.go | ||
| activity.go | ||
| app.go | ||
| cron.go | ||
| issue.go | ||
| key.go | ||
| misc.go | ||
| nodeinfo.go | ||
| notify.go | ||
| options.go | ||
| org.go | ||
| package.go | ||
| repo.go | ||
| settings.go | ||
| user.go | ||