How to remove merge request from GitLab server

前端 未结 4 1956
清酒与你
清酒与你 2021-02-02 06:32

I created a merge request on gitlab (local) server. Now whenever I click on the merge request, the request times out with error 500. Before that I used to get an error code 504

4条回答
  •  礼貌的吻别
    2021-02-02 07:05

    I don't know if this works with CE as well, but at least EE has an API endpoint to delete merge requests:

    curl --request DELETE --header "PRIVATE-TOKEN: " https://gitlab.example.com/api/v3/projects/4/merge_request/85
    

提交回复
热议问题