Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 742 Bytes

AUTO-CONFIG.md

File metadata and controls

16 lines (12 loc) · 742 Bytes

Auto pull request modules configuration base

Properties

Definitions

  • auto (object): auto pull request configuration. Cannot contain additional properties.
    • conditions (array)
      • Items (object): Cannot contain additional properties.
        • author (string): The author of the pull request.
        • branch (string): Regex to match the branch of the pull request.
        • title (string): Regex to match the title of the pull request.