mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-20 13:05:44 +00:00
Add option to skip updating or recreating comments when message is unchanged
This commit is contained in:
parent
077277a006
commit
e5439e773a
6 changed files with 96 additions and 19 deletions
|
|
@ -28,6 +28,9 @@ export const onlyCreateComment = core.getBooleanInput("only_create", {
|
|||
export const onlyUpdateComment = core.getBooleanInput("only_update", {
|
||||
required: true
|
||||
})
|
||||
export const skipUnchanged = core.getBooleanInput("skip_unchanged", {
|
||||
required: true
|
||||
})
|
||||
export const hideOldComment = core.getBooleanInput("hide", {required: true})
|
||||
export const githubToken = core.getInput("GITHUB_TOKEN", {required: true})
|
||||
export const ignoreEmpty = core.getBooleanInput("ignore_empty", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue