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]+)$"]
.- Items (string)
blacklist
(object): List of regular expressions used to exclude some parameters values. Can contain additional properties.- Additional properties (array)
- Items (string)
- Additional properties (array)
uppercase
(array): List of parameters to convert to uppercase.- Items (string)
lowercase
(array): List of parameters to convert to lowercase.- Items (string)
content
(array): List of elements to add to the pull request.- Items (object): Cannot contain additional properties.
text
(string): Default:""
.url
(string)requires
(array)- Items (string)
- Items (object): Cannot contain additional properties.