Skip to main content

default_patterns

Function default_patterns 

Source
pub fn default_patterns() -> Vec<String>
Expand description

Regex patterns applied to MR titles and descriptions to detect Redmine ticket IDs.

Each pattern must contain exactly one capture group (\d+) that matches the numeric ID.