Commit fa323c0ca112aeab52869efd84f2cb137558967b

Authored by Dmitriy Zaporozhets
2 parents ca196453 a360ce73

Merge pull request #5570 from iBotPeaches/master

Allow closes/closed & fixes/fixed for automatic issue 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:
... ...