Feature Request: Automatic Deploy Only If Commit Message Contains This Word

In order to make Netlify better, I would like to suggest an option for automatic deployment: Automatic Deploy Only If Commit Message Contains This Word: ______.

Thanks & Cheers
Andre

hi andre, thanks for that.

can you outline your use case a little bit more, as in, how would this prove to be a big advantage? What would this help you accomplish? We might already have a solution or workaround if we know a little bit more about your end goal :muscle:

@perry I am trying to add this same functionality to my deployments. Do you know of any way that this can be done, for example by ignoring commits that don’t contain the specific word in the netlify.toml for example?

You could certainly write a build.ignore script to do this, @kai !

There are some examples to e.g. ignore dependabot that you could work backwards from in this thread: