[go: up one dir, main page]

Skip to content

Display merge check error when MR title does not match regex format

Proposal

When Enforce naming convention on MR title (#25689) is enabled and the merge request title does not match the format:

  1. Display error in merge check widget
    1. Display "Merge request title must match expected format"
    2. Link to "Edit merge request"
  2. For the create/edit merge request screen, show validation in for the title field
    1. Validation message: "Title must match format {regex}"
Merge check - title format error Show validation in Edit merge request
image image

The format should be displayed because it could mean the difference between understanding whether the format is [ABC] or ABC.