Commit fa323c0ca112aeab52869efd84f2cb137558967b
Exists in
master
and in
4 other branches
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,7 +59,7 @@ production: &base | ||
59 | # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. | 59 | # If a commit message matches this regular expression, all issues referenced from the matched text will be closed. |
60 | # This happends when the commit is pushed or merged into the default branch of a project. | 60 | # This happends when the commit is pushed or merged into the default branch of a project. |
61 | # When not specified the default issue_closing_pattern as specified below will be used. | 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 | ## Default project features settings | 64 | ## Default project features settings |
65 | default_projects_features: | 65 | default_projects_features: |