You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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 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.
The text was updated successfully, but these errors were encountered: