We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607b6eb commit f7d1271Copy full SHA for f7d1271
1 file changed
src/github/utils.ts
@@ -181,6 +181,7 @@ export function convertRESTReviewEvent(review: Octokit.PullsCreateReviewResponse
181
comments: [],
182
submittedAt: (review as any).submitted_at, // TODO fix typings upstream
183
body: review.body,
184
+ bodyHTML: review.body,
185
htmlUrl: review.html_url,
186
user: convertRESTUserToAccount(review.user, githubRepository),
187
authorAssociation: review.user.type,
0 commit comments