mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-23 14:28:51 +00:00
Add prefix and suffix inputs to wrap comment body
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
parent
58d8e91c23
commit
5b837e833d
4 changed files with 87 additions and 2 deletions
|
|
@ -54,6 +54,12 @@ inputs:
|
|||
message:
|
||||
description: "comment message"
|
||||
required: false
|
||||
prefix:
|
||||
description: "text to prepend to the message (e.g. ` ``` ` to open a code block)"
|
||||
required: false
|
||||
suffix:
|
||||
description: "text to append to the message (e.g. ` ``` ` to close a code block)"
|
||||
required: false
|
||||
path:
|
||||
description: "glob path to file(s) containing comment message"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue