integrations / microsoft-teams

Bringing your code and work to the conversations you care about with the GitHub and Microsoft integration
430 stars 95 forks source link

Deployment notification card only shows status of first job #230

Open hafenmaiere opened 2 years ago

hafenmaiere commented 2 years ago

Is your feature request related to a problem? Please describe. When running a GitHub actions deployment workflow that contains multiple jobs the deployment notification card only displays the first job. The status badge appears to also only be linked to the first job.

Describe the solution you'd like It would be nice to see all the jobs of the workflow listed on the card along with their individual statuses. The overall status badge could also be reflective of the status of the whole workflow.

Describe alternatives you've considered The only alternative I've considered is re-writing our workflows to use a single job.

Additional context Screenshot of one of our deployment workflows with multiple jobs. The first build job is the only one listed on the card. There a couple of more jobs that run to deploy the artifact to the web server.

github_deployment_card