Add optional button to edit commit message on Gitlab merge request

633 Views Asked by At

Is there any way how to add some "button" to discussion on merge request to update commit message?

We are using second system to reading commit messages - in case commit message including #foo (it is optional) we will trigger some notification.

So I would like to add some option "Would you like to add #foo into your commit message" - YES | NO into my MR.

Or is there any workaround for this?

1

There are 1 best solutions below