Are there any plans to add labels based on regex matching head/base branch? Current config - ``` feature: ['feature/*', 'feat/*'] fix: fix/* chore: chore/* fixed-branch: fixed-branch-name ``` Suggested config ``` feature: head: ["feature/*", "feat/*"] hotfix: base: master ignore: ["develop"] release: head: develop base: master ``` This could give more control over labelling.