-
Notifications
You must be signed in to change notification settings - Fork 91
Description
As part of https://github.com/deephaven/infra/pull/308, we changed the default squashed merge message from commit message to PR description. I think for users, this is the better default.
Unfortunately, this makes the commit message for dependabot version bumps a hot mess by default.
Default commit message (from PR description):
9effbc8
Original commit message (from PR commit):
9356ae6
I don't know if there are any GH options or Dependabot options we can set to make this better?
The best option right now is for the merger to manually edit the poor commit messages by copying the text from the commit.
Note: I've revived the PR branch https://github.com/deephaven/deephaven-core/tree/dependabot/gradle/testcontainers-1.20.0 to ensure the above original commit message does not get GCd.