feat(gitea): pass commit_id explicitly in PostReview (#107) #112

Merged
aweiker merged 2 commits from review-bot-issue-107 into main 2026-05-13 18:07:39 +00:00
Showing only changes of commit 028d46942a - Show all commits
+1 -1
View File
@@ -262,7 +262,7 @@ func (c *Client) GetFileContentRef(ctx context.Context, owner, repo, filepath, r
}
// PostReview submits a review to a PR and returns the created review.
// event should be "APPROVED" or "REQUEST_CHANGES".
// event should be one of "APPROVED", "REQUEST_CHANGES", or "COMMENT".
// commitID anchors the review to a specific commit SHA. If empty, Gitea
// defaults to the current PR head.
// comments are optional inline comments attached to specific lines.
1