I'd like to have a fallback label applied without any matches.
feature: ['feature/*', 'feat/*']
fix: fix/*
chore: chore/*
unknown: *
So if nothing matches, it will add the label "unknown"
I was thinking you could add a config option where it would return on the first match instead of looping through each (then it would use the * as the fallback if nothing else matched). Does that seem feasible?