The person that submits a merge request should get subscribed to it. Would be nice to have a subscribe icon button also, so that other people can subscribe (like tickets etc work). We'll have to adjust the message text a bit, the word "you" here is directed at project admins only:
has requested that you merge changes
db/8164
QA, to reproduce:
docker-compose logs -f outmail
and see notifications. See that theTO:
line goes to the project admin onlyNow:
docker-compose restart taskd
to get some of the changes in effectdocker-compose run taskd paster script docker-dev.ini ../scripts/migrations/032-subscribe-merge-request-submitters.py
to resubscribe prior merge requests. Can confirm on /auth/subscriptions/ page.Merged.