<div dir="ltr"><div dir="ltr">On Tue, Aug 12, 2025 at 11:58 PM Nate Graham <<a href="mailto:nate@kde.org">nate@kde.org</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On 8/11/25 04:58, Ben Cooksley wrote:<br>
> Unfortunately the variable in question we were trying to rely on, <br>
> CI_MERGE_REQUEST_APPROVED is exclusive to Enterprise Edition:<br>
> <br>
> ben@sapphire:~/workspace/gitlab> grep -ir CI_MERGE_REQUEST_APPROVED *<br>
> ee/app/models/ee/merge_request.rb:          variables.append(key: <br>
> 'CI_MERGE_REQUEST_APPROVED', value: approved?.to_s) if approved?<br>
> <br>
> As such that functionality is not available to us.<br>
> <br>
> This means the options available to us are:<br>
> - Using a custom label (accessible via CI_MERGE_REQUEST_LABELS)<br>
<br>
What does this look like?<br></blockquote><div><br></div><div>It would be like any other label on a merge request.</div><div><br></div><div>See Arch for instance on <a href="https://invent.kde.org/sysadmin/repo-metadata/-/merge_requests/614">https://invent.kde.org/sysadmin/repo-metadata/-/merge_requests/614</a> - in this case the label would be "Approved", "Ready" or something equivalent that means a bit more than just "Run CI"</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Nate<br></blockquote><div><br></div><div>Thanks,</div><div>Ben </div></div></div>