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
Improve merge bot commit message #400
Conversation
|
Webrevs
|
How about "Automatic merge of branchA into branchB"? Just to make it clear that the merge was done automatically. |
Yes, good idea! |
@JornVernee This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
|
/integrate |
@JornVernee |
Mailing list message from Jorn Vernee on skara-dev: Changeset: 5c96b1c Improve merge bot commit message Reviewed-by: ehelin ! bots/merge/src/main/java/org/openjdk/skara/bots/merge/MergeBot.java |
The current commit message the merge bot uses just says
I'd like it if the message contained the branches involved as well, to be a little more informative. This patch changes the message to for instance:
Progress
Approvers