Feature Inquiry - Protected Flag For Specific Branches

Is there a feature where we can enable protected only on specific branches? Example, if a tag was triggered for master, it will first ask an admin to accept a build?

We will be adding a new category of plugin called a validation plugin which will allow you to customize yaml validation checks and whether or not approval is required. The specification is still a work-in-progress, but it would allow you to create a small plugin that does exactly what you have asked.

We have decided to keep the logic in Drone core simple, and push any additional or custom validation to this plugin.

1 Like

nice, what’s the name of the plugin, and when can be using?