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
When a slash command needs a GitHub workflow to be triggered, GitForWindowsHelper updates the comment containing that slash command with a link to the workflow run.
It would be nice if that comment was further modified when said workflow run completes.
This might require a little change in how the comments are edited: we might need to add a tell-tale that can be found via the Search API, as we cannot easily search for comments that were edited by the GitForWindowsHelper. It could be a comment (think <!-- added by GitForWindowsHelper: workflow run <id> was triggered -->).