Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.04 KB

PULL-REQUEST-LINKS-CONFIG.md

File metadata and controls

19 lines (17 loc) · 1.04 KB

Pull request add links configuration

Properties

  • 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)
  • 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)