Codeup supports extending automation detection through pipelines. This topic introduces how to expand detection capabilities through pipelines in merge requests.
Create a detection checkpoint
On the merge request details page, navigate to , and then the Branch Settings page appears.

Click Create Protection Branch Rule. In the panel that appears, specify Branch, Push Rule, and Merge Rule. Turn on Automated Status Check Before Merge, as indicated in the following figure:

In the Pipeline Check section, click Create Pipeline.

In the Select a pipeline template dialog box, select a pipeline template.

Go to the Edit Pipeline Source page and turn on Enable Code Source Trigger.

Select the following options:
Submit Code
Create/Update Merge Request
Enable branch or tag filtering
Specify the parameters of the test jobs and click Save Only in the upper-right corner of the page.

Go back to the repository page, and navigate to Settings > Branches. In the Create New Protection Branch Rule panel, view the created pipeline for code detection and click OK to complete the detection task creation.

Select Merge Request. If the merged content is modified, the pipeline will trigger checks. Feedbacks will display in the result page.
