Add prefix and suffix inputs to wrap comment body

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 12:52:46 +00:00
parent 58d8e91c23
commit 5b837e833d
4 changed files with 87 additions and 2 deletions

View file

@ -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