Detailed description
When using non interactive mode (-y) an issue having "kind/bug" resolves the branch prefix as "bugfix/" even if the "--prefer-hotfix" argument is provided
Expected behavior
When the non interactive mode is invoked honor the "--prefer-hotfix" argument and apply a branch prefix of "hotfix/" if the issue has a "kind/bug" label in any position of its label list.