Relative Content

Tag Archive for gitlab

How to listen to updates of a GitLab package registry

A GitLab pipeline is usually triggered by a push to a git repository.
Is there a way to let GitLab trigger my pipeline by updates to a GitLab package registry instead?
Or maybe I can install a web hook that calls back some web service on updates to a package registry?

In Gitlab, how do I prevent users from merging their own merge requests?

I found the setting to prevent a user from approving its own merge request.
However, I found that some users can merge their own merge requests, whereas other users, like me, have to ask someone else to merge it. I have role maintainer like the users who can merge their own merge requests. I do not want other people to be able to merge their own merge requests. Where do I configure this ?