Merge-Request author CI variable

Hello there,

We do have a custom script to send slack notifications at the end of a deployment task. This script uses the ${CI_COMMIT_AUTHOR} variable.

However, this variable contains the name of the user that has merged a merge-request. We would like to have the name of the merge request author.

Is there any variable or other means to get the author of the merge-request?