vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

Show workflow run names

Open GriceTurrble opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. We use workflows that may be long-lived waiting on approvals to deploy to different environments, and we keep track of them using their run names to identify a release or branch where it started from. However, the explorer view only shows the run number (see screenshot).

Describe the solution you'd like Append the run name to the run number. So where it shows #23, it could read #23 - deploy topic/new-feature to DEV (whatever that run name may end up being). That would give me more context on what that run is doing.

Additional context image

GriceTurrble avatar Apr 05 '23 14:04 GriceTurrble

Note: list workflow runs API responses include a display_title which looks like the information requested in this issue

elbrenn avatar Sep 21 '23 18:09 elbrenn