CircleCI-Public / trigger-circleci-pipeline-action

Trigger a CircleCI pipeline from any GitHub Actions event.
https://github.com/marketplace/actions/trigger-circleci-pipeline
47 stars 43 forks source link

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

Open prpetten opened 8 months ago

prpetten commented 8 months ago

Is there an existing issue that is already proposing this?

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.