chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-15 11:24:23 +00:00
parent 3f1672d218
commit ca6dfd3f64

View file

@ -108,7 +108,10 @@ export function formatPullRequestReviewComment(
}), }),
url: comment.html_url, url: comment.html_url,
color: GITHUB_COLORS.pull_request_review_commented, color: GITHUB_COLORS.pull_request_review_commented,
updateKey: repo && comment.id != null ? `pull_request_review_comment:${repo}:${comment.id}` : undefined, updateKey:
repo && comment.id != null
? `pull_request_review_comment:${repo}:${comment.id}`
: undefined,
description: `${t("events.pr_review_comment.action_inline", { emoji: em("💬"), action: al })}\n\n> ${commentBody}${truncated ? "..." : ""}`, description: `${t("events.pr_review_comment.action_inline", { emoji: em("💬"), action: al })}\n\n> ${commentBody}${truncated ? "..." : ""}`,
fields: fields.length > 0 ? fields : undefined, fields: fields.length > 0 ? fields : undefined,
}, },