trigger-circleci-pipeline-action icon indicating copy to clipboard operation
trigger-circleci-pipeline-action copied to clipboard

Request: Commit Message not displayed in CircleCI (unlike native GitHub integration where commit messages are displayed)

Open prpetten opened this issue 1 year ago • 0 comments

Is there an existing issue that is already proposing this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe it

When I execute workflows via GitHub Actions, it does not display the commit message, like it does when I execute with the direct integration. You can see both here:

2024-02-06_10-52-54

Describe the solution you'd like

I'd like to see the commit message, not just the git hash to identify what code is being tested.

Teachability, documentation, adoption, migration strategy

Ideally, users would just start to see the commit message as they do in the direct integration.

What is the motivation / use case for changing the behavior?

This will help users more quickly identify what is being tested, rather than forcing them to check their git log to see which commit SHA corresponds to which commit message.

prpetten avatar Feb 06 '24 19:02 prpetten