actions-comment-pull-request
actions-comment-pull-request copied to clipboard
Feature request: `append` mode to add to existing comment
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.
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.
I love this idea
@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.
I need this! Have someone figured how to reproduce this at the current state?