catchpoint / foresight-issues

This is the place where the Foresight issues are put in the table
5 stars 2 forks source link

Test Runs for PRs is using the message from the merge commit #1

Closed stianst closed 2 years ago

stianst commented 2 years ago

Here's an example from Keycloak:

image

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?