CI_MERGE_REQUEST_EVENT_TYPE can be null
The docs say CI_MERGE_REQUEST_EVENT_TYPE is:
The event type of the merge request. Can be detached, merged_result or merge_train.
However this is incorrect - e.g. when CI_PIPELINE_SOURCE is push then CI_MERGE_REQUEST_EVENT_TYPE is not set.
Edited by 🤖 GitLab Bot 🤖