mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
3f1672d218
commit
ca6dfd3f64
1 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,10 @@ export function formatPullRequestReviewComment(
|
|||
}),
|
||||
url: comment.html_url,
|
||||
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 ? "..." : ""}`,
|
||||
fields: fields.length > 0 ? fields : undefined,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue