microsoft-teams icon indicating copy to clipboard operation
microsoft-teams copied to clipboard

Include the workflow name in the notification card when there is a run-name

Open pespinel opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The action workflow notification cards do not show the workflow name when there is a run-name and with multiple workflows this can lead to misunderstandings.

Describe the solution you'd like Include the workflow name in the notification card and not just the run-name.

Example:

Workflow Foo Run name [github.run_number] Bar

Github will display a card with: [github.run_number] Bar but Foo will not appear anywhere.

Describe alternatives you've considered Include the workflow name in all the workflow runs but this will be too repetitive. At the moment, We use the run-name to display the workflow inputs.

Additional context In this example the workflow name is: 📱 Default but it has a run-name depending on the inputs. The workflow name does not appear anywhere in the notification card:

Captura de pantalla 2024-04-25 a las 10 07 32

pespinel avatar Apr 17 '24 19:04 pespinel