Improve project with Webhooks and GitLab Enterprise Edition.
%p
Project webhooks allow you to trigger a URL if for example new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. GitLab will send a POST request with data to the webhook URL.
%a{href: '/help/user/project/integrations/webhooks.html',target: '_blank'} Read more