🔧 Update lint option

This commit is contained in:
marocchino 2025-04-11 06:51:13 +09:00
parent 1125c50abd
commit e39079643f
No known key found for this signature in database
GPG key ID: F54107506CCF18D0
6 changed files with 42 additions and 47 deletions

View file

@ -7,7 +7,7 @@ import {
findPreviousComment,
getBodyOf,
minimizeComment,
updateComment
updateComment,
} from "./comment"
import {
append,
@ -25,7 +25,7 @@ import {
pullRequestNumber,
recreate,
repo,
skipUnchanged
skipUnchanged,
} from "./config"
async function run(): Promise<undefined> {
@ -104,7 +104,7 @@ async function run(): Promise<undefined> {
pullRequestNumber,
body,
header,
previousBody
previousBody,
)
core.setOutput("created_comment_id", created?.data.id)
return