When selecting "Merge request events" in the Gitlab webhooks list, maubot gitlab is not formatting the right message. It tries to make a doubled past tense of "approved" and so we can see a message like:
[group / repo] User approveded merge request "description..."
This is due to the past_tense function in gitlab_matrix/gitlab_hook.py.
Hello,
When selecting "Merge request events" in the Gitlab webhooks list, maubot gitlab is not formatting the right message. It tries to make a doubled past tense of "approved" and so we can see a message like:
[group / repo] User approveded merge request "description..."
This is due to the
past_tense
function ingitlab_matrix/gitlab_hook.py
.