So, if I want to skip RTD doc build if the commit message has either [skip docs] or [docs skip] in a commit message, how do I do it properly? I tried to have two separate rules like this but they don't work because I realized that they are evaluated serially, in order. My regex-fu is weak.
Alternately, it would be easier to pull off if you add a "do NOT trigger a build" action to the rules menu.
Any help or advise is much appreciated. Thanks for this very useful feature and for the dark mode!
Related:
So, if I want to skip RTD doc build if the commit message has either
[skip docs]or[docs skip]in a commit message, how do I do it properly? I tried to have two separate rules like this but they don't work because I realized that they are evaluated serially, in order. My regex-fu is weak.Alternately, it would be easier to pull off if you add a "do NOT trigger a build" action to the rules menu.
Any help or advise is much appreciated. Thanks for this very useful feature and for the dark mode!
Related: