mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-24 14:48:50 +00:00
add setting to only create, but not update comment
This commit is contained in:
parent
0170f2ea39
commit
7f05636c59
6 changed files with 38 additions and 193 deletions
|
|
@ -22,6 +22,9 @@ export const hideClassify = core.getInput("hide_classify", {
|
|||
required: true
|
||||
}) as ReportedContentClassifiers
|
||||
export const deleteOldComment = core.getBooleanInput("delete", {required: true})
|
||||
export const onlyCreateComment = core.getBooleanInput("only_create", {
|
||||
required: false
|
||||
})
|
||||
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