mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-25 23:18:51 +00:00
add option to delete the previous comment and create a new one
This commit is contained in:
parent
7235ddcfc1
commit
2f6d0e21be
4 changed files with 49 additions and 7 deletions
|
|
@ -8,6 +8,9 @@ inputs:
|
|||
append:
|
||||
description: "Indicate if new comment messages should be appended to previous comment message"
|
||||
required: false
|
||||
replace:
|
||||
description: "Indicate if previous comment should be removed before creating a new comment"
|
||||
required: false
|
||||
message:
|
||||
description: "comment message"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue