pr-harmony
pr-harmony copied to clipboard
Exceptions to 'Block Pull Requests'
Is there a way to 'Block Pull Requests' for all branches with some exceptions? Rather than explicitly state branches 'x, y, z', can we say all branches with a wildcard (E.g. '*') but also have some that are not blocked (E.g. '!feature')?
Under the 'Block Pull Requests' input window it states "Wildcards are allowed." Does this allow for regular expressions?
There's currently not. I should just convert over to straight regex, "wildcards" were kind of a bad idea from the start :(