Commit a360ce73b2a934d8fb0d7b4c463c0f102f5a2d57

Authored by Connor Tumbleson
1 parent 02484930

Allow closes/closed & fixes/fixed for automatic regex closing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -59,7 +59,7 @@ production: &base
59 59 # If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
60 60 # This happends when the commit is pushed or merged into the default branch of a project.
61 61 # When not specified the default issue_closing_pattern as specified below will be used.
62   - # issue_closing_pattern: ([Cc]loses|[Ff]ixes) +#\d+
  62 + # issue_closing_pattern: ([Cc]lose[sd]|[Ff]ixe[sd]) +#\d+
63 63  
64 64 ## Default project features settings
65 65 default_projects_features:
... ...