Promotion Permission Control

Hi,

I can see according to the documentation that promoting builds requires push privileges to the repository. Is there any way of having more fine grained control than that. So if user A and B can both push to the repository, can I only allow user B to promote build?

Cheers,
Guðmundur

this would have to be solved using an extension. You could, for example, create a validation extension that returns an error if an unauthorized users attempts to promote a build.

https://docs.drone.io/extensions/validation/