mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-15 18:45:43 +00:00
✨ only update option
This commit is contained in:
parent
fe2ab5edd2
commit
4b4f618262
7 changed files with 220 additions and 5 deletions
|
|
@ -25,6 +25,9 @@ export const deleteOldComment = core.getBooleanInput("delete", {required: true})
|
|||
export const onlyCreateComment = core.getBooleanInput("only_create", {
|
||||
required: true
|
||||
})
|
||||
export const onlyUpdateComment = core.getBooleanInput("only_update", {
|
||||
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