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 am running 3 TF plans in a given PR workflow, and tfnotify is correctly giving me a new comment for each plan. However I get a set of 3 new comments every time the workflow runs. Is this expected behaviour or should it update/replace the comments on each run?
The text was updated successfully, but these errors were encountered:
Currently using tfcmt which does create a new comment for each workflow, but was thinking of changing to tfnotify (for other reasons). In any case, I would like to have this supported as well.
The GitHub API has an option to either update or create a new comment.
For the update, you may need to ear mark each comment so you can track them in some way. Find the correct comment ID and then update the relevant one.
I've personally used some "comment created by something" text in the comments, and then list all the comments, find the text, and grab the ID of that.
I am running 3 TF plans in a given PR workflow, and tfnotify is correctly giving me a new comment for each plan. However I get a set of 3 new comments every time the workflow runs. Is this expected behaviour or should it update/replace the comments on each run?
The text was updated successfully, but these errors were encountered: