branch-patterns(array): List of regular expressions used to get parameters form the branch names. Default:["^(?P<project>[A-Z]{3,6})-(?P<issue>[0-9]+)-.*$", "^(?P<project>[a-z]{3,6})-(?P<issue>[0-9]+)-.*$", "^.*-(?P<project>[A-Z]{3,6})-(?P<issue>[0-9]+)$", "^.*-(?P<project>[a-z]{3,6})-(?P<issue>[0-9]+)$"].blacklist(object): List of regular expressions used to exclude some parameters values. Can contain additional properties.uppercase(array): List of parameters to convert to uppercase.lowercase(array): List of parameters to convert to lowercase.content(array): List of elements to add to the pull request.