On 8/11/25 04:58, Ben Cooksley wrote:
Unfortunately the variable in question we were trying to rely on,
CI_MERGE_REQUEST_APPROVED is exclusive to Enterprise Edition:
ben@sapphire:~/workspace/gitlab> grep -ir CI_MERGE_REQUEST_APPROVED *
ee/app/models/ee/merge_request.rb: variables.append(key:
'CI_MERGE_REQUEST_APPROVED', value: approved?.to_s) if approved?
As such that functionality is not available to us.
This means the options available to us are:
- Using a custom label (accessible via CI_MERGE_REQUEST_LABELS)
What does this look like?
Nate