actions-comment-pull-request icon indicating copy to clipboard operation
actions-comment-pull-request copied to clipboard

Feature request: `append` mode to add to existing comment

Open sparr opened this issue 1 year ago • 3 comments

I would like to add content to a comment after each step (or job) of a workflow. Right now I can upsert the content to replace the previous content with the new content, but to implement append I'd need to get the content of the comment myself before manipulating. It would be nice if that functionality was built in.

sparr avatar Apr 29 '24 20:04 sparr

This would be particularly useful for not destroying the previous message and simply adding "A new _____ is currently running" for things that are commenting back with updated links, etc.

tanner-equi avatar May 08 '24 13:05 tanner-equi

I love this idea

mmclane avatar Jun 19 '24 17:06 mmclane

@sparr I'd love to see how you're doing the "get the contents of the comment" currently, if you don't mind sharing a link to the code? It sounds like you may have a workaround to a similar issue of mine.

reactive-firewall avatar Nov 27 '24 04:11 reactive-firewall

I need this! Have someone figured how to reproduce this at the current state?

DaniloGT avatar Sep 16 '25 19:09 DaniloGT