Test runs in a branch is using the proper commit message, but for PRs it ends up being a "Merge into " message, which is not very useful. This is probably down to GitHub Actions doing a merge on a PR prior to running it.
Not sure what the solution could be here, but perhaps the first hash points to a commit with a proper message?
Here's an example from Keycloak:
Test runs in a branch is using the proper commit message, but for PRs it ends up being a "Merge into " message, which is not very useful. This is probably down to GitHub Actions doing a merge on a PR prior to running it.
Not sure what the solution could be here, but perhaps the first hash points to a commit with a proper message?