thollander / actions-comment-pull-request

GitHub action to comment pull request
MIT License
327 stars 89 forks source link

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

Open sparr opened 6 months ago

sparr commented 6 months ago

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.

tanner-equi commented 6 months ago

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.

mmclane commented 4 months ago

I love this idea