-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to change title of merge #87
Comments
Which behaviour do you not like? The one with one commit or the one with multiple commits? Or rather, what's the behaviour you want? The MERGE_COMMIT_MESSAGE option will change title and description (title is always the first line of the commit message) |
@pascalgn Bump |
Sorry for not getting back to you sooner! This should actually be working already, did you try setting |
@pascalgn bump |
I don't use this feature myself, so I won't have time to look into this. But if you create a PR, I will look at it as soon as possible! 🙏 |
Currently when automerging a PR that only has one commit, the title of the merge will be the title of that commit. While automerging a PR that has multiple commits the title of the merge will be the same as the title of the PR.
Using
MERGE_COMMIT_MESSAGE
the merge description can be changed, either having this also change the title of the merge, or having something likeMERGE_COMMIT_TITLE
would be great for consistency.The text was updated successfully, but these errors were encountered: