diff --git a/gitea/adapter.go b/gitea/adapter.go index 5d13d8b..4c1155c 100644 --- a/gitea/adapter.go +++ b/gitea/adapter.go @@ -170,7 +170,7 @@ func (a *Adapter) PostReview(ctx context.Context, owner, repo string, number int if err != nil { return nil, fmt.Errorf("translate position %d in %s: %w", c.Position, c.Path, err) } - // CommitID from vcs.ReviewComment is intentionally not forwarded: + // Per-comment CommitID is not forwarded: // Gitea review comments are pinned to the PR head SHA automatically, // and the CreatePullReview API has no per-comment commit_id field. giteaComments = append(giteaComments, ReviewComment{