mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-17 19:45:43 +00:00
🔧 Update lint option
This commit is contained in:
parent
1125c50abd
commit
e39079643f
6 changed files with 42 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue